-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.9 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 1.9 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!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">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="reset.css">
<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=DM+Sans:wght@400;700&display=swap" rel="stylesheet">
<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=K2D:wght@400;700&display=swap" rel="stylesheet">
<title>Reflex</title>
<meta property="og:title" content="Reflex">
<meta name="twitter:title" content="Reflex">
<meta name="description" content="Test your reflexes with this fun reaction game">
<meta property="og:description" content="Test your reflexes with this fun reaction game">
<meta name="twitter:description" content="Test your reflexes with this fun reaction game">
<meta property="og:image" content="https://user-images.githubusercontent.com/57785785/201551060-b1ba4f57-5b81-464c-82cd-78cabeea88b7.png">
<meta name="twitter:image" content="https://user-images.githubusercontent.com/57785785/201551060-b1ba4f57-5b81-464c-82cd-78cabeea88b7.png">
</head>
<body>
<div class="container">
<h1 class="title text">Reflex</h1>
<h3 class="text" id="best-score"></h3>
<button id="button" class="game-button">
<div id="button-title" class="text">start</div>
<div id="button-sub" class="text small"></div>
</button>
<div class="footer">
<a href="https://www.buymeacoffee.com/stephenfinch" target="_blank" rel="noopener" class="support-button text">Support my work</a>
</div>
</div>
<script src="main.js"></script>
</body>
</html>