-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.02 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
<!doctype html>
<!-- DO NOT EDIT THIS PAGE DIRECTLY; IT WAS CREATED WITH create_html_js.R -->
<html
lang="en"
class="has-navbar-fixed-top">
<head>
<meta charset="utf-8" />
<title>Distant Viewing GUI</title>
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/bulma.css" />
<link rel="stylesheet" href="./css/site.css" />
<link href="./assets/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="./assets/fontawesome/css/solid.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="./icon/dlogo.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet" />
</head>
<body>
<script
src="./js/pages/welcome.js"
type="module"></script>
</body>
</html>