- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
Latest commit
20 lines (17 loc) · 463 Bytes
/
Copy path404.html
File metadata and controls
20 lines (17 loc) · 463 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: portfolio
title: 404
---
<sectionclass="hero is-link is-large">
<divclass="hero-body">
<divclass="container has-text-centered">
<h1class="title">404</h1>
<h2class="subtitle">
Page not found :(
</h2>
<aclass="button is-link is-large is-inverted is-outlined" href="/">
<span>Go To Home Page</span>
</a>
</div>
</div>
</section>