Skip to content

Commit 5cf7d5e

Browse files
authored
Create index.html
1 parent 1e02dc2 commit 5cf7d5e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>p5.js example</title>
8+
<style> body {padding: 0; margin: 0;} </style>
9+
<link rel="stylesheet" href="libraries/katex.css">
10+
<script src="libraries/p5.js"></script>
11+
<script src="libraries/p5.dom.js"></script>
12+
<script src="libraries/p5.sound.js"></script>
13+
<script src="libraries/katex.js"></script>
14+
<script src="libraries/katex.min.js"></script>
15+
<!-- sketch you want to run -->
16+
<script src="sketches/katex_editor.js"></script>
17+
</head>
18+
<body>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)