-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
36 lines (34 loc) · 1003 Bytes
/
index.html
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
36
<!DOCTYPE html>
<meta name="viewport" content="user-scalable=0"/>
<title>Insanity - Main Menu</title>
<link rel="stylesheet" type="text/css" href="/css/global.css" />
<body>
<h3>Insanity</h3>
<div class="description">
<p>Insanity is an ECMAScript based online game developed to train people's reaction time and awareness.</p>
<h4>Info</h4>
<ul class="info">
<li>Uses D3js library - easy to use</li>
<li>Has great scalability capabilities</li>
<li>Highly customizable</li>
<li>Playable on slow mobile devices</li>
<li>Accessible online & offline</li>
<li>Trains your brain</li>
<li>Touchpad version available</li>
<li>Low system requirements</li>
</ul>
</div>
<div class="links">
<ul class="menu">
<li>
<a href="/play"><b>Let's play!</b></a>
</li>
<li>
<a href="/manual">See the manual</a>
</li>
<li>
<a href="https://github.com/jirislav/Insanity">View on GitHub</a>
</li>
</ul>
</div>
</body>