-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
28 lines (24 loc) · 1.28 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Streamline your Turing Pi cluster management. Effortlessly control nodes, upgrade firmware, and flash images." />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-control" content="no-cache" />
<meta http-equiv="Cache" content="no-cache" />
<link rel="icon" href="/src/assets/logo-light.svg" type="image/svg+xml" media="(prefers-color-scheme: light)" />
<link rel="icon" href="/src/assets/logo-dark.svg" type="image/svg+xml" media="(prefers-color-scheme: dark)" />
<meta name="msapplication-TileColor" content="#F7F7F7" media="(prefers-color-scheme: light)" />
<meta name="msapplication-TileColor" content="#111" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#F7F7F7" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#111" media="(prefers-color-scheme: dark)" />
<title>Turing Pi config</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.tsx"></script>
</body>
</html>