anxiety/index.html

26 lines
505 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Adventures with Anxiety!</title>
<link rel="stylesheet" type="text/css" href="game.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div id="game_container">
<canvas id="game_canvas"></canvas>
<div id="game_words">
</div>
<div id="game_hp">
<div id="hp_human"></div>
<div id="hp_wolf"></div>
</div>
<div id="game_choices">
</div>
</div>
</body>
</html>
<script src="pinkyswear.min.js"></script>
<script src="game.js"></script>