-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlevels.html
More file actions
22 lines (22 loc) · 809 Bytes
/
levels.html
File metadata and controls
22 lines (22 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Keyboard Hero</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tomorrow:wght@100;200;300;400&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.js"></script>
<link rel="icon"
type="image/png"
href="images/logo.png">
</head>
<body>
<br>
<h1>Levels</h1>
<div id="level-icons"> </div>
<script src="levels.js"></script>
<script src="https://sdk.scdn.co/spotify-player.js"></script>
</body>
</html>