-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from questionlp/develop
HTTP 418 Teapot
- Loading branch information
Showing
5 changed files
with
95 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{% extends "base.html" %} | ||
{% block title %}Teapot{% endblock %} | ||
|
||
{% block content %} | ||
<div class="static-page"> | ||
<h2>I'm a little teapot, short and stout</h2> | ||
|
||
<p> | ||
Hello, I see that you found my little easter egg based on | ||
<a href="https://datatracker.ietf.org/doc/html/rfc2324">RFC 2324</a>. | ||
For more information, check out the MDN document on | ||
<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418">HTTP | ||
status response code 418</a>. | ||
</p> | ||
|
||
<p> | ||
You can now <a href="{{ url_for('main.index') }}" | ||
title="Allamaraine!">move along home</a>. | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters