mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-21 09:11:03 +03:00
add serialsock
This commit is contained in:
16
NES_webiface/static/index.html
Normal file
16
NES_webiface/static/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<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="wsmsgs"></div>
|
||||
<div id="errmsg" style='background-color: red;'></div>
|
||||
<p>
|
||||
<input type="text" id="wssnd" onchange="auth.wssend($('wssnd').value);">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user