aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-27 09:51:44 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-27 09:51:44 -0500
commitadfc6caaedefaeea913a7f5c4ad7781bb629ecba (patch)
tree4255fe3d57adaa4a0af8f9a93c0347afa70ea01f /templates/index.html
downloadbws-adfc6caaedefaeea913a7f5c4ad7781bb629ecba.tar.gz
bws-adfc6caaedefaeea913a7f5c4ad7781bb629ecba.tar.bz2
bws-adfc6caaedefaeea913a7f5c4ad7781bb629ecba.zip
initial commitHEADmaster
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..98a49e7
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Front page</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+Welcome to Bookmark Web Service! To access your bookmarks, please log in with your ldap account: <a href="/login/">log in</a>.
+<!--<p>{{ session }}-->
+</body>
+</html>
bgstack15