port over all static code
This commit is contained in:
parent
e3f0077aa6
commit
865efeb602
5 changed files with 202 additions and 0 deletions
30
index.html
Normal file
30
index.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!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="">
|
||||
<div class='inner-form'>
|
||||
<input id="input" autocomplete="off" />
|
||||
</div>
|
||||
<div class='inner-form'>
|
||||
<button class='send'><a href='#'>Send</a></button>
|
||||
<button class='next'><a href='#'>Previous</a></button>
|
||||
<button class='prev'><a href='#'>Next</a></button>
|
||||
</div>
|
||||
<div class='inner-form'>
|
||||
<button><a href='https://git.dervland.net/elemental'>Frontends</a></button>
|
||||
<button><a href='https://discord.gg/Wkr7PVk3cF'>Discord</a></button>
|
||||
</div>
|
||||
</form>
|
||||
<script src='/index.js'></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue