forked from canonical-web-and-design/vanillaframework.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (24 loc) · 803 Bytes
/
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
---
layout: default
desc: File not found - Vanilla Framework
sitemap:
priority: 0.1
changefreq: 'monthly'
lastmod: 2017-08-02T17:20:30+00:00
---
<div class="p-strip--light is-deep u-no-padding--bottom">
<div class="row">
<div class="u-equal-height">
<div class="col-6 u-vertically-center">
<div>
<h1>404: Page not found</h1>
<p class="p-heading--four">Sorry, we can't find the page you're looking for.</p>
<p>If you think this is an error on our site, please <a class="p-link--external" href="https://github.com/canonical-websites/vanillaframework.io/issues/new">file a bug.</a></p>
</div>
</div>
<div class="col-6">
<img src="https://assets.ubuntu.com/v1/bcdcf2c8-image-404.svg" alt="">
</div>
</div>
</div>
</div>