update notice
This commit is contained in:
parent
0342b94d0a
commit
609a1261a9
2 changed files with 14 additions and 6 deletions
|
@ -16,11 +16,14 @@ body {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.inner-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
min-height: 3rem;
|
min-height: 3rem;
|
||||||
box-sizing: border-box;
|
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
|
@ -35,7 +38,7 @@ body {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form>button {
|
.inner-form>button {
|
||||||
background: #333;
|
background: #333;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
|
|
@ -11,9 +11,14 @@
|
||||||
<body>
|
<body>
|
||||||
<ul id="messages"></ul>
|
<ul id="messages"></ul>
|
||||||
<form id="form" action="">
|
<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" />
|
<input id="input" autocomplete="off" />
|
||||||
<button class='send'><a href='#'>Send</a></button>
|
<button class='send'><a href='#'>Send</a></button>
|
||||||
<button><a href='https://discord.com/invite/Wkr7PVk3cF'>Discord</a></button>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<script src='/index.js'></script>
|
<script src='/index.js'></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue