forked from ClickerMonkey/dayspan-vuetify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-template.html
24 lines (23 loc) · 890 Bytes
/
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
<!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; } </style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>