-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 970 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 970 Bytes
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
<!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" />
<title>Vite App</title>
<meta
name="description"
title="Datta Able Vue+Bootstrap Dashboard Template"
content="Datta Able is a premium Vue+Bootstrap Admin Template built to simplify and speed up your development."
/>
<!-- [phosphor Icons] https://phosphoricons.com/ -->
<link rel="stylesheet" href="/src/assets/fonts/phosphor/regular/style.css" />
<!-- [Tabler Icons] https://tablericons.com -->
<link rel="stylesheet" href="/src/assets/fonts/tabler-icons.min.css" />
<!-- Buy Now Button -->
<script
defer
src="https://fomo.codedthemes.com/pixel/yRevReYmxkh1j4z7Hc4tgbOKeXSu5Bm1"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>