caa-game/index.html

18 lines
421 B
HTML
Raw Normal View History

2020-02-29 14:05:19 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
2020-03-15 17:23:01 +01:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Caa-game</title>
<link rel="stylesheet" href="css/index.css">
2020-02-29 14:05:19 +01:00
</head>
<body>
2020-03-15 17:23:01 +01:00
<h1>Caa-game</h1>
<ul>
<li id="resume">Resume game</li>
<li id="settings">Settings</li>
<li id="quit">Quit game</li>
</ul>
<script src="src/index.js"></script>
2020-02-29 14:05:19 +01:00
</body>
</html>