forked from mybb/docs.mybb.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
29 lines (29 loc) · 1.17 KB
/
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
26
27
28
29
---
layout: default
title: 404 - File Not Found
categories: [page]
permalink: 404.html
---
<article id="docs_page">
<header id="mainFeature">
<div class="wrapper">
<h1><a href="//docs.mybb.com/">MyBB Documentation</a> ›</h1>
<h2>404 - File Not Found</h2>
</div>
</header>
<div class="page wrapper">
<section class="general">
<p class="body_intro"><strong>Unfortunately, the page you tried to access could not be found.</strong> If you were brought to this page from our website, please <a href="{{ site.mainsiteurl }}/contact/">contact us</a> with a description of how you came to this page. You can also search for what you were looking for below.
</section>
<form method="get" action="https://www.google.com/search">
<section class="general form page_search">
<p>
<label for="q">Search MyBB Documentation</label>
<input type="hidden" name="as_sitesearch" id="as_sitesearch" value="docs.mybb.com">
<input name="q" id="q" type="search" class="searchField inputText" placeholder="Search keyword" />
</p>
<p class="submit"><input id="submit" type="submit" value="Search" class="searchSubmit inputSubmit" /></p>
</section>
</form>
</div>
</article>