-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
33 lines (31 loc) · 1.45 KB
/
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
27
28
29
30
31
---
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="#" target="_blank" rel="noopener noreferrer">Government/State Websites</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>
</ul>
</div>
<div class="nsw-hero-banner__box">
</div>
</div>
</div>
</div>