forked from mybb/mybb.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
22 lines (20 loc) · 933 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
---
layout: default
section: home
title: 404 - File Not Found
description: empty
permalink: /404.html
---
<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.url }}/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</label>
<input type="hidden" name="as_sitesearch" id="as_sitesearch" value="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>