21 lines
No EOL
524 B
HTML
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> |