Skip to content

Commit bc2b338

Browse files
committed
added the sitewide 404 phonegap/phonegap.github.io#143
1 parent 4d39df3 commit bc2b338

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
permalink: /404.html
3+
title: Page not found
4+
layout: default
5+
body-class: no-subheader
6+
---
7+
<div class="four-oh-four">
8+
<h1 class="four-oh-four-title">404</h1>
9+
<p class="four-oh-four-description">Sorry, the page you are looking for does not exist.</p>
10+
<div class="four-oh-four-image"><img src="http://phonegap.com/images/landspeeder_white_border.png" alt="Landspeeder"/></div>
11+
<a href="/getstarted/" class="button--cta">Speed to the homepage</a>
12+
</div>

0 commit comments

Comments
 (0)