-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
44 lines (39 loc) · 1.93 KB
/
404.html
File metadata and controls
44 lines (39 loc) · 1.93 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="#62929a" name="theme-color">
<meta content="Online reference for gear and items in Maladum by Battle Systems"
name="description">
<!-- Open Graph / Facebook -->
<meta content="website" property="og:type">
<meta content="https://xinix.github.io/maladum/" property="og:url">
<meta content="Maladum | v<%- version -%>" property="og:title">
<meta content="Online reference for gear and items in Maladum by Battle Systems"
property="og:description">
<meta content="https://xinix.github.io/maladum/logo.png" property="og:image">
<!-- Twitter -->
<meta content="summary" property="twitter:card">
<meta content="https://xinix.github.io/maladum/" property="twitter:url">
<meta content="Maladum | v<%- version -%>" property="twitter:title">
<meta content="Online reference for gear and items in Maladum by Battle Systems"
property="twitter:description">
<meta content="https://xinix.github.io/maladum/logo.png" property="twitter:image">
<!-- Favicon -->
<link href="/logo.png" rel="icon" type="image/png"/>
<link href="/favicon.ico" rel="icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link color="#62929a" href="/logo.png" rel="mask-icon">
<!-- Styles -->
<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=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Signika:wght@300..700&display=swap&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"
rel="stylesheet">
<title>Maladum | v<%- version %></title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>