-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 789 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Your description goes here">
<meta name="keywords" content="one, two, three">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jeopard-ish (Pls don't sue)</title>
<!-- external CSS link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Jeopard-ish!</h1>
<span>Score:</span><span id="score">0</span>
<section id="game-container">
<section id="category-row"></section>
<section id="clue-board"></section>
</section>
<button type="button" id="start-game">Start New Game</button>
<script type="text/javascript" src="main.js"></script>
</body>
</html>