forked from slint-ui/slint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (19 loc) · 785 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
23
24
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/styles/index.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="https://slint.dev/assets/img/favicon.ico" />
<link rel="icon" type="image/x-icon" href="https://slint.dev/assets/img/favicon.svg" />
<title>SlintPad</title>
<script type="module" src="./src/index.ts"></script>
</head>
<body>
<div class="loader" style="z-index: 1000; position: absolute">
<img class="loader-image" src="static/loader.svg" />
</div>
</body>
</html>