-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
26 lines (23 loc) · 896 Bytes
/
404.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>
<html lang="en">
<head>
<title>Docs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/src/lib/prism.css">
<link rel="stylesheet" href="/src/style/main.css">
<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=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<div class="splash faster">
<svg width="100" height="100">
<circle cx="50%" cy="50%" r="20" fill="none"></circle>
</svg>
</div>
</body>
<script src="/src/app/main.base.js" type="module"></script>
</html>