mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
12 lines
268 B
HTML
12 lines
268 B
HTML
---
|
|
layout: page
|
|
color: red
|
|
title: Error 404
|
|
---
|
|
<div id="home" class="grid post">
|
|
<div class="unit whole">
|
|
<h1>Sorry. Looks like the page you requested does not exist.</h1>
|
|
<p style="text-align:center"><a href="{{ / | relative_url }}">Go back</a></p>
|
|
</div>
|
|
</div>
|