-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 887 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>TAP-TAP-TAP</title>
<link rel="stylesheet" href="style.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=Anton&family=Lato:wght@100&family=Luxurious+Script&family=Passion+One:wght@400;900&family=Rock+3D&family=Source+Sans+Pro:ital,wght@0,200;1,300&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="scorePanel">
<p class="highscore">0</p>
<p class="pressedKey"></p>
</section>
</body>
<script src="script.js"></script>
</html>