-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 694 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<link href="favicon.ico" rel="icon" type="image/x-icon">
<title>Super Mario Lofi</title>
<script src="Clock Time.js" type="text/javascript"></script><script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js" type="text/javascript"></script><script src="https://cdn.jsdelivr.net/npm/p5@v1.4.0/lib/addons/p5.sound.min.js" type="text/javascript"></script>
<style>
body {
overflow-x: hidden;
overflow-y: hidden;
margin: 0;
align-items: center;
display: flex;
justify-content: center;
background-color: #5c94fc;
}
</style>
</head>
<body>
</body>
</html>