-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path404.html
28 lines (27 loc) · 1.17 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
---
title: "Page Not Found"
permalink: /404.html
---
<section class="site-section">
<div class="site-section__content">
<h1 class="site-section__heading">Page Not Found</h1>
<div class="not-found__win-dialog win95-dialog">
<header class="win95-dialog__header">
OpenRAWeb
<span class="win95-dialog__close win95-dialog__button">✕</span>
</header>
<div class="win95-dialog__body">
<img class="win95-dialog__body__icon" src="{{ '/images/x-icon.svg' | relative_url }}" />
<div class="win95-dialog__body__content">
404 Not Found Error.
<p>The page you are looking for has gone missing in action. Please check the spelling of the URL and try again.</p>
<p>If this page really should exist, please let us know on the website's <a href="https://github.com/OpenRA/OpenRAWebsiteV3/issues">bug tracker</a>.</p>
</div>
</div>
<footer class="win95-dialog__footer">
<a class="win95-dialog__button" href="{{ '/' | relative_url }}">OK</a>
<a class="win95-dialog__button" href="https://github.com/OpenRA/OpenRAWebsiteV3/issues">Report a Bug</a>
</footer>
</div>
</div>
</section>