33 lines
816 B
HTML
33 lines
816 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Need for Kergi</title>
|
|
<link rel="stylesheet" type="text/css" href="css/reset.css">
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class = "title">
|
|
<h1>Need for Kergi - Most Wanted</h1>
|
|
<span style="color: red">Spacebar fires bullets</span>
|
|
<br>
|
|
<span style="color: red">Press 'start' to begin</span>
|
|
<br>
|
|
<button id="toggle">Start</button>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="container" id="container">
|
|
<div class="lane">
|
|
</div>
|
|
<div class="lane">
|
|
</div>
|
|
<div class="lane">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="js/nfs.js"></script>
|
|
</body>
|
|
|
|
</html>
|