-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (25 loc) · 959 Bytes
/
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
31
<!DOCTYPE html>
<html>
<head>
<title><div> block art</title>
<link href="div-art.css" rel="stylesheet">
<link rel="icon" type="image/png" href="../images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../images/favicon-16x16.png" sizes="16x16" />
<meta charset="utf-8">
<meta property="og:title" content="Ellen Lloyd | <div> art" />
<meta property="og:description" content="Abstract art generator" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ellenlloyd.ca/div-art">
<meta property="og:image" content="images/og.png" />
</head>
<body>
<header>
<h1><div> block art</h1>
<p>Click on boxes to split them and randomize their color!</p>
</header>
<section>
<div class="first art"></div>
</section>
<script src="div-art.js"></script>
</body>
</html>