-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
45 lines (41 loc) · 2.01 KB
/
404.html
File metadata and controls
45 lines (41 loc) · 2.01 KB
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
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="#293c33" name="theme-color">
<meta content="Online reference for gear and items in Core Space and Core Space: First Born"
name="description">
<!-- Open Graph / Facebook -->
<meta content="website" property="og:type">
<meta content="https://xinix.github.io/core-space/" property="og:url">
<meta content="Core Space | v<%- version -%>" property="og:title">
<meta content="Online reference for gear and items in Core Space and Core Space: First Born"
property="og:description">
<meta content="https://xinix.github.io/core-space/logo.svg" property="og:image">
<!-- Twitter -->
<meta content="summary" property="twitter:card">
<meta content="https://xinix.github.io/core-space/" property="twitter:url">
<meta content="Core Space | v<%- version -%>" property="twitter:title">
<meta content="Online reference for gear and items in Core Space and Core Space: First Born"
property="twitter:description">
<meta content="https://xinix.github.io/core-space/logo.svg" property="twitter:image">
<link href="/logo.svg" rel="icon" type="image/svg+xml"/>
<link href="/favicon.ico" rel="icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link color="#293c33" href="/logo.svg" rel="mask-icon">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link
href="https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;700&family=Space+Grotesk&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"
rel="stylesheet">
<title>Core Space | v<%- version %></title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>