diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-26 07:48:21 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-26 07:48:21 +0100 |
commit | 39f7e40b7ac81011c4d9bee1d859c664c6189d92 (patch) | |
tree | 3a302b6b248a4de13bcc78697de22c2dd833e088 /source/templates/error.html | |
parent | Updated README and the REST documentation (requirements section). (diff) | |
download | newspipe-39f7e40b7ac81011c4d9bee1d859c664c6189d92.tar.gz newspipe-39f7e40b7ac81011c4d9bee1d859c664c6189d92.tar.bz2 newspipe-39f7e40b7ac81011c4d9bee1d859c664c6189d92.zip |
Template for the /error_page page.
Diffstat (limited to 'source/templates/error.html')
-rw-r--r-- | source/templates/error.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/templates/error.html b/source/templates/error.html new file mode 100644 index 00000000..5bce304b --- /dev/null +++ b/source/templates/error.html @@ -0,0 +1,7 @@ +## error.html +<%inherit file="base.html"/> +<h1><div class="right innerlogo"><a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a> +</div><a name="top"><a href="/">pyAggr3g470r - News aggregator</a></a></h1> +<a href="http://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">pyAggr3g470r (source code)</a> +<div class="left inner"> +${message}
\ No newline at end of file |