summaryrefslogtreecommitdiff
path: root/week-7/Final4/blog/views/welcome.html
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-20 21:47:20 -0700
committermo khan <mo@mokhan.ca>2015-02-20 21:47:20 -0700
commitfe7e28edee40691d8b1189769a9b1b9939686d77 (patch)
treea8a57e33369da7f4d6b5267c082fd6644974686f /week-7/Final4/blog/views/welcome.html
parentbd663082a8b29b02a98b52fe384cfbde18bedf73 (diff)
add final 3 and 4 validation scripts.
Diffstat (limited to 'week-7/Final4/blog/views/welcome.html')
-rw-r--r--week-7/Final4/blog/views/welcome.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/week-7/Final4/blog/views/welcome.html b/week-7/Final4/blog/views/welcome.html
new file mode 100644
index 0000000..64f5929
--- /dev/null
+++ b/week-7/Final4/blog/views/welcome.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <title>Welcome</title>
+ <style type="text/css">
+ .label {text-align: right}
+ .error {color: red}
+ </style>
+
+ </head>
+
+ <body>
+ Welcome {{username}}
+<p>
+<ul>
+<li><a href="/">Goto Blog Home</a></li>
+<li>
+<a href="/logout">Logout</a>
+</li>
+<li>
+<a href="/newpost">Create a New Post</a>
+</li>
+
+
+ </body>
+
+</html>