hgman/html/index.html

36 lines
1.9 KiB
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">
<link rel="stylesheet" type="text/css" href="Vegur/vegur.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>
<div class="keyboard">
2017-02-17 04:34:12 +03:00
<button id="A" onclick="offChar('A')">A</button><button id="B" onclick="offChar('B')">B</button><button id="C" onclick="offChar('C')">C</button><button id="D" onclick="offChar('D')">D</button><button id="E" onclick="offChar('E')">E</button><button id="F" onclick="offChar('F')">F</button><button id="G" onclick="offChar('G')">G</button><button id="H" onclick="offChar('H')">H</button><button id="I" onclick="offChar('I')">I</button><button id="J" onclick="offChar('J')">J</button><button id="K" onclick="offChar('K')">K</button><button id="L" onclick="offChar('L')">L</button><button id="M" onclick="offChar('M')">M</button><button id="N" onclick="offChar('N')">N</button><button id="O" onclick="offChar('O')">O</button><button id="P" onclick="offChar('P')">P</button><button id="Q" onclick="offChar('Q')">Q</button><button id="R" onclick="offChar('R')">R</button><button id="S" onclick="offChar('S')">S</button><button id="T" onclick="offChar('T')">T</button><button id="U" onclick="offChar('U')">U</button><button id="V" onclick="offChar('V')">V</button><button id="W" onclick="offChar('W')">W</button><button id="X" onclick="offChar('X')">X</button><button id="Y" onclick="offChar('Y')">Y</button><button id="Z" onclick="offChar('Z')">Z</button>
</div>
2017-02-17 03:38:54 +03:00
2017-02-17 04:34:12 +03:00
<footer>2017 by iiiypuk</footer>
</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>