diff options
author | Roald de Vries <rdevries@thoughtworks.com> | 2016-12-05 10:32:12 +0100 |
---|---|---|
committer | Roald de Vries <rdevries@thoughtworks.com> | 2016-12-05 10:32:12 +0100 |
commit | 391cc55537a97ec8b2b55662db9c63f86ab885ef (patch) | |
tree | 3dcf6adc12efa9a84e02f9340fae925b057fcb89 /service/templates/index.html | |
parent | a0de084e04f02a5f09d5a14b86ece156f4f6df5f (diff) |
get templates from pkg_resources
Diffstat (limited to 'service/templates/index.html')
-rw-r--r-- | service/templates/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/service/templates/index.html b/service/templates/index.html new file mode 100644 index 00000000..c095577e --- /dev/null +++ b/service/templates/index.html @@ -0,0 +1,9 @@ +<html> + <head> + <meta http-equiv="refresh" content="0;URL=/login"> + </head> + <body bgcolor="#FFFFFF" text="#000000\"> + <a href="/login">click here</a> + </body> +</html> + |