diff options
author | LarsVomMars | 2020-10-16 20:03:56 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-16 20:03:56 +0200 |
commit | ff7f93139a63256c27e2ca25f03b12bdb0903667 (patch) | |
tree | ac28b506034006008cfc301bbb76c71c491c9593 /profile/public/users.html | |
parent | 5ecbb3244745c8ec311facc49917e901b81ff783 (diff) |
What am I doing
Diffstat (limited to 'profile/public/users.html')
-rw-r--r-- | profile/public/users.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profile/public/users.html b/profile/public/users.html new file mode 100644 index 0000000..550ff4b --- /dev/null +++ b/profile/public/users.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width" /> + <title>Benutzer</title> + <link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8" /> + </head> + <body> + <div class="pure-menu pure-menu-horizontal"> + <a href="/" class="pure-menu-item pure-menu-link">Home</a> + <a href="/auth/api/logout" class="pure-menu-item pure-menu-link">Logout</a> + </div> + + <main></main> + + <script src="users.js" charset="utf-8"></script> + </body> +</html> |