-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
41 lines (38 loc) · 2.29 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
<title>Dino - C</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!--<link rel="manifest" href="/site.webmanifest">-->
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#8f8f8f">
<meta name="apple-mobile-web-app-title" content="Dino-c!">
<meta name="application-name" content="Dino-c!">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<script src="script.min.js" defer="defer"></script>
<link rel="stylesheet" type="text/css" href="styles.min.3acc4cd6.css">
</head>
<body class="no-js preload">
<h2 style="font-family: serif;">Dino - C ( Google's Dinosaur game implementation in URL bar )</h2>
<p style="font-family: monospace; font-size: 14px;">
<span class="error_page"><strong>Sorry, Dino-c! requires a non-mobile device to play.
:(</strong><br><br><br></span>High Score: <span id="high-score">--</span><br><br>Help c eat as much food
as he can while avoiding the enemies!<br>Played in your browser's address bar. (Works best on Windows &
Linux)<br><br><a
href="javascript:(function(){ var jsCode=document.createElement('script');jsCode.setAttribute('src','/script.min.js?bustcache='+new Date().getTime());document.body.appendChild(jsCode);}());">Bookmark
this</a> to play me on any
webpage!<br><br><br>Help:<br><br>c You<br>· Food<br>▫ Fruit (10
points)<br>☃ Enemy<br>☂ Shield<br><br><br>Controls:<br><br>[Up
Key] Jump<br><br><br></p><button onclick="toggleSound()" type="button">Sound: on</button>
<audio id="start" src="start.mp3" preload="auto"></audio>
<audio id="death" src="start.mp3" preload="auto"></audio>
<br><br>
<center>Made by Pratyay Banerjee</center>
</body>
</html>