-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
192 lines (171 loc) · 6.1 KB
/
index.html
File metadata and controls
192 lines (171 loc) · 6.1 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Yummy Admin - Free Vue dashboard</title>
<style>
.preloader {
display: flex;
height: 100vh;
align-items: center;
justify-content: center;
line-height: 1.8em;
flex-direction: column;
}
.preloader h1, .preloader h2{
margin: 1rem 0 0 0;
font-weight: bold;
font-size: 1.44rem;
font-family: 'Inter var',
'ui-sans-serif',
'system-ui',
'sans-serif',
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol',
'Noto Color Emoji'
}
.preloader h2{
font-size: 1.2rem;
font-weight: normal;
color: #444;
}
.preloader .description {
color: transparent;
height: 10px;
}
.loader {
animation: rotate 1s infinite;
height: 50px;
width: 50px;
}
.loader:before,
.loader:after {
border-radius: 50%;
content: '';
display: block;
height: 20px;
width: 20px;
}
.loader:before {
animation: ball1 1s infinite;
background-color: #cb2025;
box-shadow: 30px 0 0 #f8b334;
margin-bottom: 10px;
}
.loader:after {
animation: ball2 1s infinite;
background-color: #00a096;
box-shadow: 30px 0 0 #97bf0d;
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(0.8);
-moz-transform: rotate(0deg) scale(0.8);
}
50% {
-webkit-transform: rotate(360deg) scale(1.2);
-moz-transform: rotate(360deg) scale(1.2);
}
100% {
-webkit-transform: rotate(720deg) scale(0.8);
-moz-transform: rotate(720deg) scale(0.8);
}
}
@keyframes ball1 {
0% {
box-shadow: 30px 0 0 #f8b334;
}
50% {
box-shadow: 0 0 0 #f8b334;
margin-bottom: 0;
-webkit-transform: translate(15px, 15px);
-moz-transform: translate(15px, 15px);
}
100% {
box-shadow: 30px 0 0 #f8b334;
margin-bottom: 10px;
}
}
@keyframes ball2 {
0% {
box-shadow: 30px 0 0 #97bf0d;
}
50% {
box-shadow: 0 0 0 #97bf0d;
margin-top: -20px;
-webkit-transform: translate(15px, 15px);
-moz-transform: translate(15px, 15px);
}
100% {
box-shadow: 30px 0 0 #97bf0d;
margin-top: 0;
}
}
</style>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#00a300">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="keywords" content="vue admin, vue dashboard, vue template, free vue admin, vue 3, tailwind, pinia, typescript, naiveui">
<link rel="canonical" href="https://yummy-admin.netlify.app/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Yummy Admin",
"url": "https://yummy-admin.netlify.app/",
"description": "Free Vue 3 admin dashboard",
"publisher": {
"@type": "Organization",
"name": "Yummy Admin"
}
}
</script>
<meta name="description" content="Yummy Admin - Free VueJS admin panel " />
<meta property="og:title" content="Yummy Admin - Free Vue Admin Panel">
<meta property="og:type" content="website" />
<meta property="og:image" content="https://yummy-admin.netlify.app/banner.png">
<meta property="og:url" content="https://yummy-admin.netlify.app">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Yummy Admin - Free Vue Admin Panel">
<meta name="twitter:description" content="Free Vue 3 admin dashboard built with Tailwind, Pinia, and Naive UI">
<meta name="twitter:image" content="https://yummy-admin.netlify.app/banner.png">
<meta property="og:description" content="Yummy Admin - Free Vue Admin Panel">
<meta property="og:site_name" content="Yummy Admin">
<meta name="twitter:image:alt" content="Yummy Admin - Free Vue Admin Panel">
</head>
<body class="font-inter">
<div id="app">
<div class="preloader">
<div class="loader"></div>
<h1>Yummy Admin</h1>
<h2>Free VueJs Admin Panel</h2>
<!-- SEO Stuff you can remove it -->
<p class="description">Yummy Admin is a free Vue 3 admin dashboard built with
Tailwind CSS, Naive UI, Pinia, and TypeScript.</p>
<p class="description">
Yummy Admin 是一个免费的 Vue 3 管理后台,使用 Tailwind CSS、Naive UI、Pinia 和 TypeScript 构建。
</p>
<p class="description">
Yummy Admin ist ein kostenloses Vue 3 Admin-Dashboard, das mit Tailwind CSS, Naive UI, Pinia und TypeScript entwickelt
wurde.
</p>
<p class="description">
ادین یامی یک داشبورد مدیریت رایگان Vue 3 است که با Tailwind CSS، Naive UI، Pinia و TypeScript ساخته شده است.
</p>
<p class="description">
اليومي أدمين هو لوحة تحكم إدارية مجانية مبنية على Vue 3 باستخدام Tailwind CSS و Naive UI و Pinia و TypeScript.
</p>
</div>
</div>
<script rel="preload" type="module" src="/src/main.ts"></script>
<noscript>This website requires JavaScript to function properly. Please enable JavaScript to continue.</noscript>
<script defer async src="https://cloud.umami.is/script.js" data-website-id="19a8d926-ef84-44b6-a2a9-7e438716fd9d"></script>
</body>
</html>