-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.19 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
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="lib/p5.js"></script>
</head>
<body id="body">
<div class="container-lg">
<div class="card text-center" id="canvas" style="min-width:802px;max-width:900px;">
<div class="card-header">
Generated still life made with
<a href="https://p5js.org" target="_blank">p5js</a>.
</div>
<div class="card-body">
<main>
</main>
</div>
<div class="card-footer">
Click to generate a new still life.
Sometimes it takes a few seconds.
<a href="https://github.com/tomthorogood/p5j2-still-life" target="_blank">
View the source code.
</a>
</div>
</div>
</div>
<script src="sketch.js"></script>
</body>
</html>