Safety commit, resolved 14/10 second telegram API timeout, password governer builder & tower governer .key_extrator() error.

This commit is contained in:
unknown
2026-05-22 12:49:33 +02:00
parent a0f7efcd34
commit 6d004f2a65
3 changed files with 66 additions and 12 deletions

View File

@@ -44,11 +44,11 @@
<main class="home">
<div class="hero">
<h1 class="retro-heading">CG.CX</h1>
<p class="cg-subtitle">-- cannibal girls --</p>
<h1 class="retro-heading"><a href="https://cg.cx/">CG.CX</a></h1>
</div>
<div class="panel">
<p class="cg-subtitle">-- cannibal girls --</p>
<label for="cxid">Content ID</label>
<input id="cxid" type="text" bind:value={cxidInput} placeholder="Enter content ID..." onkeydown={onKeydown} />
@@ -86,12 +86,17 @@
.hero {
text-align: center;
}
.hero a {
text-decoration: none;
color: inherit;
}
.cg-subtitle {
font-family: 'Press Start 2P', cursive;
font-size: 0.9rem;
text-align: center;
letter-spacing: 2px;
margin-top: 8px;
margin-top: 0;
margin-bottom: 8px;
background: linear-gradient(90deg, var(--retro-green), var(--retro-green-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;