15 lines
335 B
HTML
15 lines
335 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Game</title>
|
|
<link rel="stylesheet" href="res/main.css" />
|
|
</head>
|
|
<body>
|
|
<div id="board">
|
|
<span id="remain"></span>
|
|
</div>
|
|
<p style="color: white; font-size: 32px;">Rick Clicker 2000. Rick the clicks!
|
|
<script type="module" src="src/main.js"></script>
|
|
</body>
|
|
</html>
|