-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
29 lines (29 loc) · 1.34 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
---
title: Page not found
layout: layout.html
permalink: "404.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://ht.harlonserver.net/img/transit-1.jpg
---
<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="./index.html">HarlonTransit Home</a></li>
<li><a href="./map.html">HarlonTransit Map</a></li>
<li><a href="https://harlontripplanner.muffinbardeyt.repl.co/" target="_blank" rel="noopener noreferrer">HarlonTransit Trip Planner</a></li>
<li><a href="https://harlonserver.net" target="_blank" rel="noopener noreferrer">Main Harlon City Server Website</a></li>
<li><a href="https://dynmap.harlonserver.net" target="_blank" rel="noopener noreferrer">Dynmap</a></li>
</ul>
</div>
<div class="nsw-hero-banner__box">
</div>
</div>
</div>
</div>