Added libs
This commit is contained in:
16
lockbox/browserExtension/hello.html
Normal file
16
lockbox/browserExtension/hello.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Flask WebSocket Example</title>
|
||||
</head>
|
||||
|
||||
<body style="background: #000;">
|
||||
<input type="text" id="message">
|
||||
<button id="btn">Send</button>
|
||||
<span id="result" style="color: aliceblue;"></span>
|
||||
</body>
|
||||
|
||||
<script src="socketio.js"></script>
|
||||
<script src="main.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user