forked from net-art-uchicago/form-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 760 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Form+Code</title>
<meta name="description" content="experimenting with forms && code">
<meta name="author" content="Nick Briz">
<meta name="og:title" content="Form+Code">
<meta name="og:description" content="experimenting with forms && code">
<meta name="og:image" content="images/favicon.png">
<meta name="og:site_name" content="Form+Code">
<meta name="og:url" content="https://net-art-uchicago.github.io/form-code/">
</head>
<body>
<script src="js/p5.js"></script>
<script src="js/main.js"></script>
</body>
</html>