-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (18 loc) · 924 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
24
25
<!DOCTYPE html><html lang="en"><head>
<script src="p5.js"></script>
<script src="p5.sound.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=Jomhuria&display=swap" rel="stylesheet">
<title>The Carnival Mystery!!</title>
<meta charset="utf-8">
<script src="p5.play.js"></script>
<script src="p5.sound.min.js"></script>
<script src="p5.dom.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Sweet Alert-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>
</head>
<body>
<script src="sketch.js"></script>