elemental-to-web/static/index.html
2025-04-02 22:55:51 -04:00

21 lines
No EOL
524 B
HTML

<!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><a href='#'>Send</a></button>
<button><a href='https://discord.com/invite/Wkr7PVk3cF'>Discord</a></button>
</form>
<script src='/index.js'></script>
</body>
</html>