anxiety/index.html

20 lines
343 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">
<div id="game_text">
</div>
<div id="game_choices">
</div>
</div>
</body>
</html>
<script src="game.js"></script>