02/12/2023
This commit is contained in:
32
need-for-speed/index.html
Normal file
32
need-for-speed/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!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>
|
Reference in New Issue
Block a user