-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·51 lines (37 loc) · 1.81 KB
/
index.html
File metadata and controls
executable file
·51 lines (37 loc) · 1.81 KB
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
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta name="author" content="Eric Parren">
<meta name="description" content="http://www.breeder.life is an experiment in artificial evolution by Eric Parren">
<meta name="keywords" content="eric parren, parren, media arts, electronic art, generative art, evolutionary creativity, genetic art, software art">
<meta name="copyright" content="All contents copyright 2016-2017, Eric Parren">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph Tags -->
<meta property="og:image" content="http://www.breeder.life/img/breeder.jpg">
<meta property="og:title" content="Breeder by Eric Parren">
<meta property="og:url" content="http://www.breeder.life/">
<meta property="og:site_name" content="Breeder">
<meta property="og:type" content="website">
<title>BREEDER</title>
<!-- Stylesheets, Favicon, and Fonts -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/addons/p5.dom.min.js"></script>
<script src="js/min.sketch.js"></script>
<!-- <script src="js/libraries/p5.js"></script>
<script src="js/libraries/p5.dom.js"></script>
<script src="js/agent.js"></script>
<script src="js/pop.js"></script>
<script src="js/sketch.js"></script> -->
</head>
<body>
<main id="p5-sketch"></main>
</body>
</html>