summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/login.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html
new file mode 100644
index 0000000..0874f40
--- /dev/null
+++ b/templates/login.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block headline %}Login{% endblock %}
+{% block title %}COIP{% endblock %}
+{% block main %}
+<h2>Welcome!</h2>
+<p>This is coip...</p>
+<a href="/accounts/login-federated">Click here to login via your own Identity Provider</a>
+{% endblock %} \ No newline at end of file