- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <input id="nickInput" type="text"><br>
- <input id="messageInput" type="text"><br>
- <button id="sendButton" type="button">Отправить</button>
- <script src="stage6.js"></script>
- </body>
- </html>
|