<!DOCTYPE html> <html> <head> <title>Dervland</title> <link rel="stylesheet" href="index.css"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <ul id="messages"></ul> <form id="form" action=""> <input id="input" autocomplete="off" /><button>Send</button> </form> <script src='/index.js'></script> </body> </html>