diff options
Diffstat (limited to 'demos/blog-tutorial/samples/day5/blog/protected/error.html')
-rw-r--r-- | demos/blog-tutorial/samples/day5/blog/protected/error.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/blog-tutorial/samples/day5/blog/protected/error.html b/demos/blog-tutorial/samples/day5/blog/protected/error.html new file mode 100644 index 00000000..caf2cdfc --- /dev/null +++ b/demos/blog-tutorial/samples/day5/blog/protected/error.html @@ -0,0 +1,20 @@ +<html>
+<head>
+<title>%%ErrorMessage%%</title>
+</head>
+<body>
+<div id="page">
+<div id="header">
+<h1>My PRADO Blog</h1>
+</div>
+<div id="main">
+<p style="color:red">%%ErrorMessage%%</p>
+<p>
+The above error happened when the server was processing your request.
+</p>
+<p>
+If you think this is a server error, please contact the <a href="mailto:%%ServerAdmin%%">webmaster</a>.
+</p>
+</div>
+</body>
+</html>
\ No newline at end of file |