Skip to content

Commit 1ea5e04

Browse files
Unify HTML title tags and button hover styling for single source coherence
1 parent 35031d1 commit 1ea5e04

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

debug.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>TERMINAL | ZERO_COUPLING v3.2.0</title>
6+
<title>SilentSniffer | CONSOLE_MODE</title>
77
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%23000'/%3E%3Cpath d='M30 30 L55 50 L30 70 M60 70 L80 70' stroke='%2300ff41' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E">
88
<style>
99
:root { --cyber-green: #00ff41; --cyber-yellow: #ffcc00; --cyber-red: #ff003c; --cyber-purple: #9d00ff; --bg-black: #000; --card-bg: #030303; }

index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,16 @@ <h1 style="letter-spacing: 15px; margin: 0;">SilentSniffer</h1>
5959
<button id="exfil-trigger" class="btn-main" style="font-size: 12px; padding: 14px; opacity: 0.85; border-color: var(--cyber-green);">
6060
RUN_FULL_INTERACTIVE_VECTORS (TRIGGERS OVERLAYS/POPUPS)
6161
</button>
62-
<a href="debug.html" style="
63-
display: block;
64-
width: 100%;
62+
<a href="debug.html" class="btn-main" style="
63+
text-decoration: none;
6564
text-align: center;
6665
box-sizing: border-box;
67-
color: var(--cyber-green);
68-
text-decoration: none;
6966
font-size: 11px;
70-
border: 1px solid rgba(0, 255, 65, 0.3);
7167
padding: 12px 25px;
7268
letter-spacing: 3px;
73-
transition: 0.3s;
74-
text-transform: uppercase;
75-
font-weight: bold;
76-
" onmouseover="this.style.background='rgba(0, 255, 65, 0.05)'; this.style.borderColor='var(--cyber-green)'"
77-
onmouseout="this.style.background='transparent'; this.style.borderColor='rgba(0, 255, 65, 0.3)'">
69+
border-color: rgba(0, 255, 65, 0.4);
70+
color: var(--cyber-green);
71+
">
7872
OPEN_INTERACTIVE_CONSOLE_MODE
7973
</a>
8074
</div>

0 commit comments

Comments
 (0)