generated from svelte-seoul/svelte-routify-typescript
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
22 lines (21 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Svelte Admin UI</title>
<meta name="description" content="svelte admin ui powered by dooboolab">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900' rel='stylesheet' type='text/css'>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF">
<link rel='stylesheet' href='./global.css'>
<meta name="theme-color" content="#ffffff">
</head>
<body>
<noscript>Please enable Javascript for this site to function.</noscript>
<script type="module" src="./src/main.ts"></script>
</body>
</html>