-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (25 loc) · 1.19 KB
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<title>Disco Snake. Funny way to relax :)</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
<meta name="description" content="Disco Snake Timekiller Game" />
<meta name="google-site-verification" content="vHc66VZ6Hnce0HFWlsmziN8b6MzqzywXEQeuIWm61EM" />
</head>
<body>
<noscript>
<div id="altContent">
<h1>Disco Snake</h1>
<p>Your browser does not seem to support JavaScript or has it disabled. Please enable it to play.</p>
<p>Disco Snake is probably the most funny way to relax you could find nowadays in the Internet;<br />
it is just the easy timekiller which could help you well in waiting of something.</p>
<p>Disco Snake is the exciting game in which you will never loose. You are winning all the time instead.<br />
Play this game from any available device which supports javascript!</p>
<p>Mobile versions of the game are coming soon...</p>
<p>Tags: game, timekiller, timekilling, fun, relax, play, online, winning, loseless</p>
</div>
</noscript>
<script data-main="./app.js" src="lib/requirejs/require.js"></script>
</body>
</html>