<!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=""> <p>Run /help for info; more clients are also <a href='https://git.dervland.net/elemental/elemental-on-terminal'>here</a>.</p> <p><b>The web client is a demo and may not always be updated. Other clients will have better support for features and interface elements.</b></p> <div class='inner-form'> <input id="input" autocomplete="off" /> <button class='send'><a href='#'>Send</a></button> </div> </form> <script src='/index.js'></script> </body> </html>