Added draw feature and input option
This commit is contained in:
18
public/send.html
Normal file
18
public/send.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PixelNode</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action="">
|
||||
<input id="m" autocomplete="off"><button>Send</button>
|
||||
</form>
|
||||
|
||||
<script src="socket.io.js"></script>
|
||||
<script src="jquery.js"></script>
|
||||
<script src="send.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user