forked from USRSE/usrse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
16 lines (15 loc) · 645 Bytes
/
404.html
File metadata and controls
16 lines (15 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: default
title: 404 - Page not found
permalink: /404.html
---
<div class = "row">
<div class="col-md-6" style="margin:auto">
<img src="{{ site.baseurl }}/assets/img/new_trans_circular_logo.png" alt="404 Logo">
</div>
<div class ="col-md-6" style="margin:auto">
<h1>Sorry about that...</h1>
<p>Seems that we've misplaced that URL or it's pointing to something that doesn't exist.
<a href="{{ site.baseurl }}/">Let's try again!</a></p>
</div>
</div>