diff options
author | VG <vg@devys.org> | 2014-11-28 16:45:09 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-28 16:45:09 +0100 |
commit | 3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf (patch) | |
tree | e2bb3fd3545d226f29b1f9b851dff910803db580 /views/not_fount.tpl | |
parent | 753f1d95913915f62d3f18c1075ff1ff08db20eb (diff) | |
download | pasteme-3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf.tar.gz pasteme-3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf.tar.bz2 pasteme-3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf.zip |
Add paste save and restore
Diffstat (limited to 'views/not_fount.tpl')
-rw-r--r-- | views/not_fount.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/not_fount.tpl b/views/not_fount.tpl new file mode 100644 index 0000000..50a41db --- /dev/null +++ b/views/not_fount.tpl @@ -0,0 +1,16 @@ +<html> +<head> +<title>Paste not available</title> +</head> +<body> +<h2>Hello</h2> +<p>I wanted to display you a paste, but I did not find it. There can be two +reason for this:</p> +<ul> + <li>Either the paste expired</li> + <li>Or the paste never existed (the <b>URL</b> might be wrong)<li> +</ul> + +<p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> +</body> +</html> |