-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.31 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 1.31 KB
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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>一縷</title>
<!-----p5.js相关代码------>
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="js/controls.js"></script>
<script src="js/particle.js"></script>
<script src="js/sketch.js"></script>
<script src="js/jquery.min.js"></script>
<link href="css/main.css" rel="stylesheet" />
<link href="css/controls.css" rel="stylesheet" />
</head>
<body>
<header>
<nav>
<h1>一縷</h1>
<p><em>阿尔芙咸的processing生成器</em></p>
</nav>
</header>
<main>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</main>
</body>
</html>