-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.35 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 lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<title>Neptune</title>
<script type="module" src="/src/index.tsx"></script>
</head>
<body class="h-full flex flex-col bg-primary-900 font-primary">
<noscript>
Neptune doesn't work without JavaScript enabled. Please enable it to
continue.
</noscript>
<div id="app" class="flex flex-col flex-grow">
<!-- <div class="flex flex-grow items-center justify-center">
<span class="inline-block h-8 w-8 animate-spin">
<svg class="fill-primary-100 w-full h-full" viewBox="0 0 32 32">
<path d="M16 32c-4.274 0-8.292-1.664-11.314-4.686s-4.686-7.040-4.686-11.314c0-3.026 0.849-5.973 2.456-8.522 1.563-2.478 3.771-4.48 6.386-5.791l1.344 2.682c-2.126 1.065-3.922 2.693-5.192 4.708-1.305 2.069-1.994 4.462-1.994 6.922 0 7.168 5.832 13 13 13s13-5.832 13-13c0-2.459-0.69-4.853-1.994-6.922-1.271-2.015-3.066-3.643-5.192-4.708l1.344-2.682c2.615 1.31 4.824 3.313 6.386 5.791 1.607 2.549 2.456 5.495 2.456 8.522 0 4.274-1.664 8.292-4.686 11.314s-7.040 4.686-11.314 4.686z"></path>
</svg>
</span>
</div> -->
</div>
<div id="slide-panel"></div>
<div id="notification"></div>
</body>
</html>