Skip to content

Commit 4449cc2

Browse files
authored
Update index.html
1 parent 3f647e8 commit 4449cc2

1 file changed

Lines changed: 20 additions & 53 deletions

File tree

index.html

Lines changed: 20 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,31 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>tenringsofdoom1x | Pobfus v1.13.90 Successor</title>
6-
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:wght@400;600&display=swap" rel="stylesheet">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>POBFUS | 110\011</title>
7+
<link rel="stylesheet" href="style.css">
78
</head>
8-
<body style="background-color: White; color: Black; font-family: 'Inter', sans-serif; margin: 0; height: 100vh; display: flex; flex-direction: column;">
9+
<body class="pobfus-theme">
910

10-
<header style="background-color: #f6f8fa; border-bottom: 1px solid LightGray; padding: 16px 24px; display: flex; align-items: center; gap: 12px;">
11-
<img id="lua-logo-main" style="width: 24px;"> <span style="font-size: 14px; color: SteelBlue;">tenringsofdoom1x / <strong style="color: Black;">pobfus-successor</strong></span>
12-
<span style="border: 1px solid LightGray; border-radius: 12px; padding: 2px 8px; font-size: 12px; color: Gray;">Public</span>
11+
<header>
12+
<div class="logo-container">
13+
<img id="lua-logo-main" src="" alt="POBFUS Logo" width="64" height="64">
14+
</div>
15+
<div class="title-gate">
16+
<h1>POBFUS <span class="version">110\011</span></h1>
17+
</div>
1318
</header>
1419

15-
<div style="display: flex; flex: 1; overflow: hidden;">
16-
<aside style="width: 320px; border-right: 1px solid LightGray; padding: 24px; overflow-y: auto; background-color: White;">
17-
<div style="margin-bottom: 30px;">
18-
<h3 style="font-size: 14px; border-bottom: 1px solid LightGray; padding-bottom: 5px;">Execution</h3>
19-
<button id="pushBtn"
20-
onmouseover="this.style.background='linear-gradient(to right, #FFD700, Gold)'"
21-
onmouseout="this.style.background='ForestGreen'"
22-
style="width: 100%; padding: 12px; margin-bottom: 8px; background-color: ForestGreen; color: White; border: none; border-radius: 6px; cursor: pointer; font-weight: bold; transition: 0.3s;">
23-
Obfuscate & Push
24-
</button>
25-
<button id="clrBtn" style="width: 100%; padding: 8px; background-color: White; border: 1px solid DarkGray; border-radius: 6px; color: Maroon; cursor: pointer;">Purge Workspace</button>
26-
</div>
20+
<main>
21+
<div class="input-wrapper">
22+
<div id="hl-layer"></div>
23+
<textarea id="input" placeholder="Enter source code to slop..."></textarea>
24+
</div>
2725

28-
<div style="margin-bottom: 30px;">
29-
<h3 style="font-size: 14px; border-bottom: 1px solid LightGray; padding-bottom: 5px;">Evolution Timeline</h3>
30-
<ul id="v-history" style="list-style: none; padding: 0; font-size: 12px; line-height: 1.6;">
31-
<li style="margin-bottom: 10px;"><b style="color: Gold;">v1.13.90</b>: Virtual Macro Engine</li>
32-
<li style="margin-bottom: 10px;"><b style="color: #FFD700;">v1.12.00</b>: Multi-layer Constant Virtualization</li>
33-
<li style="margin-bottom: 10px;"><b style="color: #FFEC8B;">v1.11.00</b>: Env Hotfixes</li>
34-
<li style="margin-bottom: 10px;"><b style="color: Silver;">v0.1.00</b>: The Kickstart Idea</li>
35-
</ul>
36-
</div>
37-
38-
<div style="border-top: 1px solid LightGray; padding-top: 15px;">
39-
<h3 style="font-size: 14px; color: Black; margin-bottom: 5px;">Legacy Remarks</h3>
40-
<p style="font-size: 11px; color: Gray; line-height: 1.5;">
41-
Built on the legacy of <b>MoonSec, Moonix, PSU,</b> and <b>IB</b>. Inspired by the transition from a kickstarter idea to a Successor.
42-
</p>
43-
</div>
44-
</aside>
45-
46-
<main style="flex: 1; display: flex; flex-direction: column; background-color: #0d1117;">
47-
<div style="background-color: #161b22; padding: 8px 16px; color: White; font-size: 12px; border-bottom: 1px solid #30363d;">
48-
successor_engine.lua
49-
</div>
50-
51-
<div style="flex: 1; display: flex; position: relative; overflow: hidden;">
52-
<div id="hl-layer" style="position: absolute; width: 100%; height: 100%; padding: 25px; font-family: 'Fira Code', monospace; font-size: 13px; white-space: pre-wrap; pointer-events: none; box-sizing: border-box; overflow-y: hidden;"></div>
53-
<textarea id="input" spellcheck="false" placeholder="-- Paste Source Code" style="flex: 1; background: transparent; color: transparent; caret-color: White; border: none; outline: none; padding: 25px; font-family: 'Fira Code', monospace; font-size: 13px; z-index: 2; resize: none; box-sizing: border-box;"></textarea>
54-
<div id="output" style="flex: 1; background-color: Black; color: Lime; padding: 25px; font-family: 'Fira Code', monospace; font-size: 12px; border-left: 1px solid #30363d; overflow-y: auto; white-space: pre-wrap; box-sizing: border-box;">-- [ Successor Stream ]</div>
55-
</div>
56-
57-
<div style="height: 120px; background-color: Black; border-top: 1px solid #30363d;">
58-
<div style="background-color: #161b22; color: #8b949e; font-size: 11px; padding: 6px 25px;">CONSOLE: SKIDDY STEVE v1.13.90</div>
59-
<div id="steve-logs" style="padding: 12px 25px; color: Gray; font-size: 12px; font-family: 'Fira Code';">Ready for obfuscation.</div>
60-
</div>
61-
</main>
62-
</div>
26+
<pre id="steve-logs" class="terminal-output"></pre>
27+
28+
<div id="output" class="hidden-results"></div>
29+
</main>
6330

6431
<script src="script.js"></script>
6532
</body>

0 commit comments

Comments
 (0)