inddex.html 550 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Pavlov_Maik_FSA3</title>
  6. <link rel="stylesheet" href="css/clean.css">
  7. <link rel="stylesheet" href="css/style.css">
  8. </head>
  9. <body>
  10. <div class="send">
  11. <div class="inp">
  12. <b>User name :</b>
  13. <input type="text" class="user-name">
  14. </div>
  15. <section class="chat"></section>
  16. <div class="inp">
  17. <b>Massage :</b>
  18. <input type="text" class="user-massege">
  19. <button class="send-massege">SHOUT OUT</button>
  20. </div>
  21. </div>
  22. <script src="script/script.js"></script>
  23. </body>
  24. </html>