|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en"> |
| 1 | +<!doctype html> |
| 2 | +<html lang="en" class="style-basic"> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | | - <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 | | - <link rel="icon" href="/favicon.png"> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width,initial-scale=1.0" /> |
| 7 | + <link rel="icon" href="/favicon.png" /> |
8 | 8 | <title>Admin One - Vue.js 3 Tailwind dashboard template</title> |
9 | 9 |
|
10 | | - <meta name="description" content="Admin One - free Vue.js 3 Tailwind dashboard"> |
| 10 | + <meta name="description" content="Admin One - free Vue.js 3 Tailwind dashboard" /> |
11 | 11 |
|
12 | | - <meta property="og:url" content="https://justboil.github.io/admin-one-vue-tailwind/"> |
13 | | - <meta property="og:site_name" content="JustBoil.me"> |
14 | | - <meta property="og:title" content="Admin One Vue.js 3 Tailwind free"> |
15 | | - <meta property="og:description" content="Admin One - free Vue.js 3 Tailwind dashboard with dark mode. Vite or Nuxt or Laravel"> |
16 | | - <meta property="og:image" content="https://static.justboil.me/templates/one/repo-tailwind-vue.png"> |
17 | | - <meta property="og:image:type" content="image/png"> |
18 | | - <meta property="og:image:width" content="1920"> |
19 | | - <meta property="og:image:height" content="960"> |
| 12 | + <meta property="og:url" content="https://justboil.github.io/admin-one-vue-tailwind/" /> |
| 13 | + <meta property="og:site_name" content="JustBoil.me" /> |
| 14 | + <meta property="og:title" content="Admin One Vue.js 3 Tailwind free" /> |
| 15 | + <meta |
| 16 | + property="og:description" |
| 17 | + content="Admin One - free Vue.js 3 Tailwind dashboard with dark mode. Vite or Nuxt or Laravel" |
| 18 | + /> |
| 19 | + <meta |
| 20 | + property="og:image" |
| 21 | + content="https://static.justboil.me/templates/one/repo-tailwind-vue.png" |
| 22 | + /> |
| 23 | + <meta property="og:image:type" content="image/png" /> |
| 24 | + <meta property="og:image:width" content="1920" /> |
| 25 | + <meta property="og:image:height" content="960" /> |
20 | 26 |
|
21 | | - <meta property="twitter:card" content="summary_large_image"> |
22 | | - <meta property="twitter:title" content="Admin One Vue.js 3 Tailwind free"> |
23 | | - <meta property="twitter:description" content="Admin One - free Vue.js 3 Tailwind dashboard with dark mode. Vite or Nuxt or Laravel"> |
24 | | - <meta property="twitter:image:src" content="https://static.justboil.me/templates/one/repo-tailwind-vue.png"> |
25 | | - <meta property="twitter:image:width" content="1920"> |
26 | | - <meta property="twitter:image:height" content="960"> |
| 27 | + <meta property="twitter:card" content="summary_large_image" /> |
| 28 | + <meta property="twitter:title" content="Admin One Vue.js 3 Tailwind free" /> |
| 29 | + <meta |
| 30 | + property="twitter:description" |
| 31 | + content="Admin One - free Vue.js 3 Tailwind dashboard with dark mode. Vite or Nuxt or Laravel" |
| 32 | + /> |
| 33 | + <meta |
| 34 | + property="twitter:image:src" |
| 35 | + content="https://static.justboil.me/templates/one/repo-tailwind-vue.png" |
| 36 | + /> |
| 37 | + <meta property="twitter:image:width" content="1920" /> |
| 38 | + <meta property="twitter:image:height" content="960" /> |
27 | 39 |
|
28 | 40 | <!-- Global site tag (gtag.js) - Google Analytics --> |
29 | 41 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-130795909-1"></script> |
30 | 42 | <script> |
31 | | - window.dataLayer = window.dataLayer || []; |
32 | | - function gtag(){dataLayer.push(arguments);} |
33 | | - gtag('js', new Date()); |
34 | | - gtag('config', 'UA-130795909-1'); |
| 43 | + window.dataLayer = window.dataLayer || [] |
| 44 | + function gtag() { |
| 45 | + dataLayer.push(arguments) |
| 46 | + } |
| 47 | + gtag('js', new Date()) |
| 48 | + gtag('config', 'UA-130795909-1') |
35 | 49 | </script> |
36 | 50 | </head> |
37 | 51 | <body> |
38 | 52 | <noscript> |
39 | | - <strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
| 53 | + <strong |
| 54 | + >We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it |
| 55 | + to continue.</strong |
| 56 | + > |
40 | 57 | </noscript> |
41 | 58 | <div id="app"></div> |
42 | 59 | <script type="module" src="/src/main.js"></script> |
|
0 commit comments