mirror of
https://github.com/eddyem/onionserver.git
synced 2026-03-20 16:51:02 +03:00
initial commit
This commit is contained in:
13
static/index.html
Normal file
13
static/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user