-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
30 lines (29 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-70089958-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-70089958-2');
</script>
<meta charset="UTF-8">
<link rel="stylesheet" href="dist/bundle.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>Transpose React-app</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-sheetrock/1.1.4/dist/sheetrock.min.js"></script>
<script src="https://platform.twitter.com/widgets.js" charSet="utf-8"></script>
</head>
<body>
<div id="app"></div>
<script src="dist/content/contentSetup.js"></script>
<script src="dist/content/anchorIds.js"></script>
<script src="dist/content/dictionary.js"></script>
<script src="dist/content/moreInfo.js"></script>
<script src="dist/content/aboutPage.js"></script>
<script src="dist/content/userStories.js"></script>
<script src="dist/main.js"></script>
</body>
</html>