removed homepage footer

This commit is contained in:
2026-02-14 18:29:45 -05:00
parent 2b8d5aecb4
commit acbe54caf3
2 changed files with 0 additions and 25 deletions

View File

@@ -158,28 +158,6 @@ body {
margin-top: -6px;
}
#login-footer {
color: #aaa;
font-size: 11px;
text-align: center;
width: 280px;
margin-top: 10px;
line-height: 1.4;
background: rgba(0, 100, 150, 0.15);
border: 1px solid rgba(0, 150, 200, 0.2);
border-radius: 4px;
padding: 8px 10px;
}
#login-footer a {
color: #00c8ff;
text-decoration: none;
}
#login-footer a:hover {
text-decoration: underline;
}
#login-btn {
background: #1a1a1a;
color: #888;

View File

@@ -22,9 +22,6 @@
<input type="text" id="login-channels" placeholder="Channels (e.g. #dev,#comms)" spellcheck="false" autocapitalize="off" autocomplete="off" value="#dev,#comms,#exchange,#hardchats,#scroll,#superbowl">
<label id="login-remember-label"><input type="checkbox" id="login-remember"> Remember my settings</label>
<button id="login-btn">Connect</button>
<div id="login-footer">
Does your IRC network support WebSockets? <a href="https://github.com/supernets/superchat/issues" target="_blank" rel="noopener">Open an issue</a> to submit your network! We're building a dropdown list of WebSocket-enabled networks.
</div>
</div>
</div>
<div id="app" class="hidden">