-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.49 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script
src="https://kit.fontawesome.com/251912c541.js"
crossorigin="anonymous"
></script>
<title>Progeny</title>
<meta name="title" content="Progeny" />
<meta
name="description"
content="Combining Genetic Algorithms with Block-Based Programming to Evolve Human-Readable (and Optimisable) Algorithms."
/>
<link href="./favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="manifest" href="./manifest.json" />
<meta property="og:type" content="website" />
<meta property="og:url" content="TBD" />
<meta property="og:title" content="Progeny" />
<meta
property="og:description"
content="Combining Genetic Algorithms with Block-Based Programming to Evolve Human-Readable (and Optimisable) Algorithms."
/>
<meta property="og:image" content="TBD" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="TBD" />
<meta property="twitter:title" content="Progeny" />
<meta
property="twitter:description"
content="Combining Genetic Algorithms with Block-Based Programming to Evolve Human-Readable (and Optimisable) Algorithms."
/>
<meta property="twitter:image" content="TBD" />
</head>
<body>
<div id="app"></div>
<script src="./client/index.tsx" type="module"></script>
</body>
</html>