forked from ClickerMonkey/dayspan-vuetify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-template.html
39 lines (36 loc) · 1.12 KB
/
index-template.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
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71025799-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-71025799-2');
</script>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>dayspan-vuetify</title>
<style>
[v-cloak] { display: none; }
body {
background-color: #ccc;
}
#app_wrapper {
position: relative;
width: 1200px;
margin: 30px 30px;
background-color: #fff;
}
</style>
</head>
<body>
<div id="app_wrapper">
<div id="app"></div>
</div>
<!-- built files will be auto injected -->
</body>
</html>