-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="appLogo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2196f3" />
<meta name="description" content="Scheduling Workbox System: Administrator Dashboard" />
<link rel="apple-touch-icon" href="img/icon-logo192x192.png" />
<link rel="apple-touch-icon" href="img/icon-logo256x256.png" />
<link rel="apple-touch-icon" href="img/icon-logo384x384.png" />
<link rel="apple-touch-icon" href="img/icon-logo512x512.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scheduling Workbox System (sws2apps)</title>
<style>
noscript {
display: flex;
flex-direction: column;
align-items: center;
}
noscript div {
font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
color: red;
font-weight: bold;
}
</style>
</head>
<body>
<noscript><div>Please enable JavaScript in order to use this website</div></noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>