-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 707 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Algorithmically generated digital artwork by Gary Smith" />
<meta robots="noindex, nofollow" />
<title>Skyline Demo</title>
<link href="css/style.css" rel="stylesheet">
<script src="js/processing-1.3.6.min.js"></script>
</head>
<body>
<h1>Skyline Demo</h1>
<canvas data-processing-sources="pde/skyline.pde" width="320" height="320"></canvas>
<p>© 2020 Gary Smith<br /><a href="https://www.genartive.com" target="_blank">https://www.genartive.com</a></p>
</body>
</html>