MultiplayerMinesweeper/www/index.html

17 lines
367 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="http://localhost:35729/livereload.js" charset="utf-8"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>Multiplayer Minesweeper!</h1>
<h2>Up to 8 Players</h2>
<a href="./game.html" class="buttonLink">Play Now!</a>
</main>
</body>
</html>