We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50017c commit 1f2e039Copy full SHA for 1f2e039
_pages/404.md
@@ -6,7 +6,19 @@ sitemap: false
6
permalink: /404.html
7
---
8
9
-Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
+# Oops! Page Not Found
10
+
11
+Sorry, but the page you were trying to view does not exist. Perhaps you can try searching for it below or return to the [homepage](/).
12
13
+<form action="/search" method="get" role="search">
14
+ <input type="search" name="q" aria-label="Search site" placeholder="Search the site...">
15
+ <button type="submit">Search</button>
16
+</form>
17
18
+Or you can check out some of our popular pages:
19
+- [Home](/)
20
+- [Getting Started](/getting-started)
21
+- [Contact Us](/contact)
22
23
<script type="text/javascript">
24
var GOOG_FIXURL_LANG = 'en';
0 commit comments