-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·40 lines (32 loc) · 1.55 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
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- for Google -->
<meta name="description" content="Infinite Spots" />
<meta name="keywords" content="generator, generative, generated, art, painting, infinite scroll, damien hirst" />
<meta name="author" content="Puripant Ruchikachorn" />
<!-- for Facebook -->
<meta property="og:title" content="Infinite Spots" />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://puripant.ruchikachorn.com/infinite-spots/thumbnail.png" />
<meta property="og:url" content="http://puripant.ruchikachorn.com/infinite-spots/" />
<meta property="og:description" content="Infinite scrolling of generated spots painting, originally by Damien Hirst" />
<!-- for Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Infinite Spots" />
<meta name="twitter:description" content="Infinite scrolling of generated spots painting, originally by Damien Hirst" />
<meta name="twitter:image" content="http://puripant.ruchikachorn.com/infinite-spots/thumbnail.png" />
<title>Infinite Spots</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
<div id="rows">
<div class="title">Infinite Spots</div>
<div class="sub title">Infinite scrolling of generated spot painting, originally by Damien Hirst<br />
More details at <a href="http://bit.ly/infinite-spots">http://bit.ly/infinite-spots</a>
</div>
</div>
<script src="main.js"></script>
</body>
</html>