-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
34 lines (32 loc) · 1.58 KB
/
404.html
File metadata and controls
34 lines (32 loc) · 1.58 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
---
title: Page not found
layout: layout.html
og_content: You might have typed the URL incorrectly, or the page you are looking for may have been moved or deleted. Try these links to see if you can find what you're looking for.
hero_image: https://harlonserver.net/img/hero.png
---
<div class="nsw-hero-banner nsw-hero-banner--dark">
<div class="nsw-hero-banner__container">
<div class="nsw-hero-banner__wrapper">
<div class="nsw-hero-banner__content">
<h1>{{title}}</h1>
<p class="nsw-intro">{{og_content}}</p>
</div>
<div class="nsw-hero-banner__links">
<div class="nsw-hero-banner__list">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/start-here/">Start Here</a></li>
<li><a href="/about/">About Harlon</a></li>
<li><a href="https://ht.harlonserver.net" target="_blank" rel="noopener noreferrer">HarlonTransit</a></li>
<li><a href="https://hn.harlonserver.net" target="_blank" rel="noopener noreferrer">Harlonian National</a></li>
<li><a href="https://wiki.harlonserver.net" target="_blank" rel="noopener noreferrer">Wiki</a></li>
<li><a href="https://dynmap.harlonserver.net" target="_blank" rel="noopener noreferrer">Dynmap</a></li>
<li><a href="/vote/">Vote</a></li>
<li><a href="https://store.harlonserver.net" target="_blank" rel="noopener noreferrer">Server Store</a></li>
</ul>
</div>
<div class="nsw-hero-banner__box">
</div>
</div>
</div>
</div>