-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.01 KB
/
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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pico-vim</title>
<style>
body {
padding: 0;
margin: 0;
background-color: #3b3b5b;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.js"></script>
<script src="https://cdn.jsdelivr.net/gh/RandomGamingDev/OneWayLinkedListLibJs/list.js"></script>
<script src="https://cdn.jsdelivr.net/gh/RandomGamingDev/DoubleLinkedListLibJs/list.js"></script>
<script src="https://cdn.jsdelivr.net/gh/RandomGamingDev/Pixyp5js/pixy.js"></script>
<script src="https://cdn.jsdelivr.net/gh/RandomGamingDev/BasicPixyTextp5js/basicpixytext.js"></script>
<script src="assets/font.js"></script>
<script src="src/classes.js"></script>
<script src="src/enums.js"></script>
<script src="src/functions.js"></script>
<script src="src/globals.js"></script>
<script src="src/main.js"></script>
</head>
<body>
<main>
</main>
</body>
</html>