wip landing page

master
louisafriederike 9 months ago
parent fb6e9aa90e
commit b8be5b1836

@ -38,31 +38,32 @@
<p>sane__xx: 61100</p>
<p>non-zero/: 56900</p>
<p>wire3e3e3e: 54000</p>
</div>-->
</div>
<div class="section" id="chat-window">
<ul id="messages"></ul>
<span><form id="form" action="">
<input id="input" autocomplete="off"/><button onclick="sendMessage()">>>></button>
</form></span>
</div><!--
</div> <div class="section" >
<p>users online: </p>
<ul id="user-log"></ul>
</div>
<div class="section-main">
<progress id="file" max="100" value="70"> 70% </progress> -->
<progress id="file" max="100" value="70"> 70% </progress>-->
<!--highscore cheat code input-->
<!--
<!--
<p>>>> CACHE CODE:<br><br></p>
<span><form id="form" action="">
<input id="input" autocomplete="off" onkeyup="this.value = this.value.toUpperCase();"/><button onclick="sendMessage()">>>></button>
</form><br><br></span>
<div class="section" id="objective"><br><br><br><br>
<p>OBJECTIVE:<br>You have lost your memory and wake up in a strange garage.</p>
</div>
<div class="section" >
<p>users online: </p>
<ul id="user-log"></ul>
</div>
</div>-->

@ -19,7 +19,7 @@ body {
font: 1.0em/1.6 'Inconsolata', monospace;
color: #c9cdc0;
font-weight: 400;
background-color: #37435538;
background-color: #000;
text-shadow: #FF4800;
/* overflow-y: hidden;
overflow-x: hidden; */

Loading…
Cancel
Save