-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
22 lines (22 loc) · 918 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="vuetify admin template, vuetify admin dashboard, vue admin template, free admin template, free admin dashboard, material template"
/>
<meta name="description" content="Berry is a free Material UI admin dashboard template built with VueJs and Vuetify framework. " />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap"
/>
<title>Berry - Vue3 Vuetify free Typescript based Admin Dashboard Template</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>