A lot of new views

This commit is contained in:
Fabian Stamm
2019-08-06 17:08:07 +02:00
commit 27b41f1bec
77 changed files with 22268 additions and 0 deletions

21
public/login.html Normal file
View File

@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>OpenAuth - Login</title>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='login/bundle.css'>
</head>
<body>
<div id="content"></div>
<script src='login/bundle.js'></script>
<script src="global.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" lazyload>
</body>
</html>