add auto refresh page
This commit is contained in:
38
docs/index.html
Normal file
38
docs/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<!--
|
||||
/_ ... _ /_
|
||||
/_//_/ ////_//_//_//\
|
||||
_/ _//
|
||||
-->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>hgman</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="Play/play.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wrap">
|
||||
<div id="WORD" class="word">
|
||||
LOADING
|
||||
</div>
|
||||
|
||||
<div id="lives" class="lives">
|
||||
...
|
||||
</div>
|
||||
|
||||
<div id="keyboard" class="keyboard">
|
||||
...
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
2021 by <a href="//iiiypuk.me/">iiiypuk</a>
|
||||
<p>ver: 0.2.1</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="game.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user