-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84682580-3"></script>
<script>
// ignore dev analytics
if (/bryanlohjy\.gitlab\.io/.test(window.location.hostname)) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-84682580-3');
}
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SpaceSheet—Faces</title>
<link rel="shortcut icon" type="image/png" href="./dist/assets/favicon.png"/>
<link href="https://fonts.googleapis.com/css?family=Rubik:400,500" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./dist/base.css">
<link rel="stylesheet" type="text/css" href="./dist/loading-state.css">
</head>
<body>
<div id="react-container">
<div class="loader-container">
<div class="loader"></div>
</div>
</div>
<script type="text/javascript" src="./dist/bundle.js"></script>
</body>
</html>