Correctly configure auth
This commit is contained in:
parent
b437959230
commit
2bb0f5d8d7
1 changed files with 13 additions and 0 deletions
13
hmdooris/templates/operate.html.j2
Normal file
13
hmdooris/templates/operate.html.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>HM Dooris</title>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel=stylesheet type="text/css" href="static/main.css">
|
||||
<script src="static/main.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>HM Dooris</h1>
|
||||
<div id="locks"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue