This commit is contained in:
62
index.html
Normal file
62
index.html
Normal file
@@ -0,0 +1,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>
|
Reference in New Issue
Block a user