Untitled
unknown
plain_text
3 years ago
578 B
11
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Homepage</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div id="home" class="flex-column flex-center"></div>
<h1>Are you Ready?</h1>
<a href="/game.html" class="btn">Play</a>
<a href="/highscores.html" id="highscores-btn" class="btn">High Scores</a>
</div>
</body>
</html>
Editor is loading...