hgman/html/index.html

36 lines
774 B
HTML
Raw Normal View History

2017-02-17 03:38:54 +03:00
<!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">
2017-02-17 04:34:12 +03:00
<link rel="stylesheet" type="text/css" href="styles.css">
2017-02-26 02:04:29 +03:00
<link rel="stylesheet" type="text/css" href="Play/play.css">
2017-02-17 03:38:54 +03:00
</head>
<body>
<div class="wrap">
<div id="WORD" class="word">
LOADING
</div>
<div id="lives" class="lives">
...
</div>
2017-02-26 02:04:29 +03:00
<div id="keyboard" class="keyboard">
...
2017-02-17 04:34:12 +03:00
</div>
2017-02-17 03:38:54 +03:00
2017-02-26 02:04:29 +03:00
<footer>2017 by iiiypuk<br>ver: 0.2.0</footer>
2017-02-17 04:34:12 +03:00
</div>
2017-02-17 03:38:54 +03:00
2017-02-17 04:34:12 +03:00
<script type="text/javascript" src="game.js"></script>
2017-02-17 03:38:54 +03:00
</body>
</html>