-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 784 Bytes
/
index.html
File metadata and controls
35 lines (30 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>p_ng</title>
<link rel="stylesheet" type="text/css" href="css/foo.css">
</head>
<body>
<div class="p_ng">
p_ng
</div>
<div class="info">
<a href="http://ludumdare.com/compo/2017/02/17/minild-72-elympics/">MiniLD#72 elympics</a>
</div>
<form method="get" action="game.html">
My name is <input type="text" name="name" placeholder="my secret." size="66" tabindex="1">
<input type="submit" value=">> play">
</form>
<div class="info">
(no name = no fame)
</div>
<div id="features">
<h3>Features</h3>
<ul>
<li>ball speeds up</li>
<li>find the glitches!</li>
<li>N random walls every N*5 hits</li>
</ul>
</div>
</body>
</html>