Skip to content
Permalink
Browse files
added links to templates
  • Loading branch information
aa7401 committed Sep 15, 2019
1 parent 00e5c5d commit da2534aa7775c7a9753c2aa29004a2581b6da018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -12,4 +12,5 @@
<body>
<h1>Home</h1>
<p>This is a secure page. Users need to have a valid account and be logged in to see it.</p>
<p><a href="/logout">log out</a></p>
</html>
@@ -19,5 +19,6 @@
<p>Password:<br /><input type="password" name="pass" placeholder="your password" value=""></p>
<p><input type="submit" value="Log in"></p>
</form>
<p><a href="/register">register</a></p>
</body>
</html>

0 comments on commit da2534a

Please sign in to comment.