-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 868 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="google-signin-client_id" content="617521787435-4h4d9icvm7nlotfelq00jsnh56jk2tf8.apps.googleusercontent.com">
<!--<script src="https://apis.google.com/js/platform.js" async defer></script>-->
<script src="https://apis.google.com/js/platform.js?onload=triggerGoogleLoaded" async defer></script>
<script type="text/javascript">
function triggerGoogleLoaded() {
window.dispatchEvent(new Event('google-loaded'));
}
</script>
<script src="dist/scripts/aws-sdk.min.js"></script>
<title>Dev</title>
<!-- build:css -->
<link rel="stylesheet" href="dist/styles/main.css">
<!-- endbuild -->
</head>
<body>
<div id="content"></div>
<!-- build:js -->
<script src="dist/js/app.js"></script>
<!-- endbuild -->
</body>
</html>