-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.26 KB
/
index.html
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
<!doctype html>
<html lang="ru" data-theme="light">
<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.ico" />
<title>VUE3-VITE-TS</title>
<!-- fonts -->
<link
rel="preload"
as="font"
href="/src/assets/fonts/Montserrat/Montserrat-Regular.woff2"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
as="font"
href="/src/assets/fonts/Lato/Lato-Regular.woff2"
type="font/woff2"
crossorigin
/>
<!-- <link rel="prefetch" as="style" href="/src/assets/fonts/Montserrat/style.css" /> -->
<!-- <link rel="prefetch" as="style" href="/src/assets/fonts/Lato/style.css" /> -->
<!-- fonts css -->
<link rel="stylesheet" href="/src/assets/fonts/Montserrat/style.css" />
<link rel="stylesheet" href="/src/assets/fonts/Lato/style.css" />
<!-- main script -->
<!-- <link rel="preload" as="script" href="/src/main.ts" /> -->
<script type="module" src="/src/main.ts"></script>
<!-- api preconnect / dns-prefetch -->
<!-- <link rel= "dns-prefetch" href="https://api.my-app.com" /> -->
</head>
<body id="app"></body>
</html>