36 lines
1.9 KiB
HTML
36 lines
1.9 KiB
HTML
<!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="Vegur/vegur.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrap">
|
|
<div id="WORD" class="word">
|
|
LOADING
|
|
</div>
|
|
|
|
<div id="lives" class="lives">
|
|
...
|
|
</div>
|
|
|
|
<div class="keyboard">
|
|
<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>
|
|
|
|
<footer>2017 by iiiypuk</footer>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="game.js"></script>
|
|
</body>
|
|
</html>
|