-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
22 lines (21 loc) · 814 Bytes
/
404.html
File metadata and controls
22 lines (21 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Error 404
layout: main
permalink: /404.html
---
<section>
<div class="window" style="width: 50%; margin: auto;">
<div class="title-bar">
<div class="title-bar-text">HTTP 404</div>
</div>
<div class="window-body">
<img src="/assets/img/xp_error.png" style="float: left; height: 32px; margin: 1% 1em 1% 1%;display: flex; justify-content: center; align-items: center;"/>
<div class="text-center">
<p>An error has occurred and the page you are trying to find does not exist. Please try again later.</p>
</div>
<section class="field-row" style="justify-content: flex-end">
<button onclick="window.history.back()">Back</button>
</section>
</div>
</div>
</section>