forked from pattern-lab/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
18 lines (15 loc) · 700 Bytes
/
Copy path404.html
File metadata and controls
18 lines (15 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
permalink: /404.html
layout: default
title: Pattern Lab | Page Not Found
---
<section class="banner">
<h1 class="banner__title">Whoops! Page Not Found</h1>
</section>
<section class="section section--center" id="about">
<div class="section__header">
<div class="section__inner">
<p class="intro">What are you looking for? Perhaps you're looking for something in the <a href="http://patternlab.io/docs">documentation</a>? Or maybe looking for some <a href="http://patternlab.io">resources</a>? Or need to read about Pattern Lab on the <a href="http://patternlab.io">homepage?</a></p>
</div>
</div><!--end section__header-->
</section><!--end .section-->