You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
816 B

<!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>