-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
21 lines (21 loc) · 991 Bytes
/
index.htm
File metadata and controls
21 lines (21 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo:wght@500&family=Cormorant:wght@700&family=EB+Garamond&family=Josefin+Sans:wght@600&family=Libre+Baskerville&family=Lobster&family=Lora:wght@700&family=Montserrat:ital@1&family=New+Tegomin&family=Playfair+Display:wght@500&family=Yeseva+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div id="board"></div>
<div id="s_board">Score: 0</div>
<div id="hscore">HighScore: 0</div>
</div>
</body>
<script src="script.js"></script>
</html>