diff options
author | Marvin Borner | 2020-09-30 22:56:00 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-30 22:56:00 +0200 |
commit | bda5305e995023d8c2382754d9761ac92a76db88 (patch) | |
tree | 9428d5310cc169eb42be01d4b571617eb8fe6416 /auth/public | |
parent | 25f43e12bd6b3713b633ec3fec524c6199a68dfa (diff) |
Started authentication
Diffstat (limited to 'auth/public')
-rw-r--r-- | auth/public/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auth/public/index.html b/auth/public/index.html new file mode 100644 index 0000000..c290ab0 --- /dev/null +++ b/auth/public/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width" /> + <title>Auth</title> + </head> + <body></body> +</html> |