Ura - 03. 12. 2022
This commit is contained in:
@@ -4,13 +4,16 @@
|
||||
<meta charset="UTF-8" />
|
||||
<title>Document</title>
|
||||
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script defer src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<input id="input" type="text" />
|
||||
<button id="send">Send</button>
|
||||
|
||||
<div id="chat"></div>
|
||||
|
||||
<chatinput>
|
||||
<input id="input" type="text" />
|
||||
<button id="send">Send</button>
|
||||
</chatinput>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user