-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 861 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Lil Potato's Wordle</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<style>
html, body, div, canvas {
margin: 0;
padding: 0;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/rita.js" type="text/javascript"></script>
<script src="lib/particle.js" type="text/javascript"></script>
<script src="index.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>