some error pages; aws build script; optionally disable comments; environment
This commit is contained in:
17
error/http-404.html
Normal file
17
error/http-404.html
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Error: Not Found"
|
||||
layout: default
|
||||
---
|
||||
|
||||
<section>
|
||||
<header>
|
||||
<h1>
|
||||
Error: Not Found
|
||||
<small>HTTP 404</small>
|
||||
</h1>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
<p>Sorry, the resource you are looking for cannot be found.</p>
|
||||
<p>You might try going back to the <a href="/">home page</a>.</p>
|
||||
</section>
|
||||
</section>
|
||||
Reference in New Issue
Block a user