-
Notifications
You must be signed in to change notification settings - Fork 415
/
index.html
62 lines (58 loc) · 2.3 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html lang="en" class="style-basic">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.png" />
<title>Admin One - Vue.js 3 Tailwind dashboard template</title>
<meta name="description" content="Admin One - free Vue.js 3 Tailwind dashboard" />
<meta property="og:url" content="https://justboil.github.io/admin-one-vue-tailwind/" />
<meta property="og:site_name" content="JustBoil.me" />
<meta property="og:title" content="Admin One Vue.js 3 Tailwind free" />
<meta
property="og:description"
content="Admin One - free Vue.js 3 Tailwind dashboard with dark mode. Vite or Nuxt or Laravel"
/>
<meta
property="og:image"
content="https://static.justboil.me/templates/one/repo-tailwind-vue.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="960" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Admin One Vue.js 3 Tailwind free" />
<meta
property="twitter:description"
content="Admin One - free Vue.js 3 Tailwind dashboard with dark mode. Vite or Nuxt or Laravel"
/>
<meta
property="twitter:image:src"
content="https://static.justboil.me/templates/one/repo-tailwind-vue.png"
/>
<meta property="twitter:image:width" content="1920" />
<meta property="twitter:image:height" content="960" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130795909-1"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'UA-130795909-1')
</script>
</head>
<body>
<noscript>
<strong
>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
</body>
</html>