-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (26 loc) · 1.16 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
<html>
<head prefix="og: http://ogp.me/ns#">
<title>ALifes and Generative Arts</title>
<meta property="og:title" content="ALifes and Generative Arts" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:image"
content="https://mitsuyoshi-yamazaki.github.io/ALifeGameJam2019/resources/docs/image001.png" />
<meta property="og:url" content="https://mitsuyoshi-yamazaki.github.io/ALifeGameJam2019/index.html" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154586552-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-154586552-1');
</script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<meta http-equiv="content-type" charset="utf-8">
</head>
<body>
<div id="root"></div>
<script src="dist/index.js"></script>
</body>
</html>