-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (31 loc) · 1.74 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
<!DOCTYPE html>
<html>
<head>
<title>256 | KEEER</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="theme-color" id="themecolor" content="#f5fafd">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<span id="controls">
<span id="status"></span>
<br>
<!--button onclick="localStorage[GAMEKEY]=''; location.reload();">重新开始</button-->
<button id="cont" style="display: none;">继续</button>
</span>
<div id="back" class="ib" onclick="restartup()"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#002d4d" d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg></div>
<div id="refresh" class="ib" onclick="window.game && game.restart()"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#002d4d" d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"/></svg></div>
<noscript>256 需要 JavaScript 才能运行,请启用之。</noscript>
<div id="wrapper-out">
<div id="wrapper-mid">
<div id="wrapper"></div>
<div id="wrapper-in"></div>
</div>
</div>
<div id="hint" style="display: none;"></div>
<a id="link" href="https://keeer.net/?utm_source=256_2020"><img id="logo" alt="KEEER" src="https://keeer.net/img/logo/dark-large.svg"></a>
<script src="controls.js"></script>
<script async defer data-website-id="5d840702-07e3-4812-8e41-bef636f19892" src="https://umami.keeer.net/umami.js"></script>
</body>
</html>