mirror of
https://github.com/eddyem/onionserver.git
synced 2025-12-06 10:45:09 +03:00
14 lines
345 B
HTML
14 lines
345 B
HTML
<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>
|