18 lines
415 B
HTML
18 lines
415 B
HTML
---
|
|
title: "Error: Method Not Allowed"
|
|
layout: default
|
|
---
|
|
|
|
<section>
|
|
<header>
|
|
<h1>
|
|
Error: Method Not Allowed
|
|
<small>HTTP 405</small>
|
|
</h1>
|
|
</header>
|
|
<section class="post-content">
|
|
<p>Sorry, your client is using a request method which is not allowed.</p>
|
|
<p>You might try going back to the <a href="/">home page</a>.</p>
|
|
</section>
|
|
</section>
|