diff options
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..03ecd2a --- /dev/null +++ b/templates/login.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block headline %}Login{% endblock %} +{% block title %}SUNET Meeting Tools{% endblock %} +{% block content %} +<h2>Welcome!</h2> +<p class="ui-state-highlight ui-corner-all">This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!</p> +<div class="button"><a href="/accounts/login-federated">Login</a></div> +{% endblock %}
\ No newline at end of file |