aboutsummaryrefslogtreecommitdiff
path: root/source/templates
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates')
-rw-r--r--source/templates/error.html7
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
bgstack15