initial commit

This commit is contained in:
2020-07-31 14:50:57 +03:00
parent 7623cb3234
commit 6cccee95ca
16 changed files with 1720 additions and 0 deletions

13
static/index.html Normal file
View File

@@ -0,0 +1,13 @@
<html>
<head>
<title>Index</title>
<script src="/static/requests.js" type="text/javascript" language="javascript"></script>
<script src="/static/auth.js" type="text/javascript" language="javascript"></script>
</head>
<body onload="auth.init();">
<p>Text
<p>More text
<p>
<div id="errmsg" style='background-color: red;'></div>
</body>
</html>