darkvibe314 commited on
Commit
ff6af40
·
verified ·
1 Parent(s): 6963676

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +0 -5
public/index.html CHANGED
@@ -13,15 +13,12 @@
13
  </head>
14
  <body class="min-h-screen flex flex-col items-center p-6">
15
 
16
- <!-- HEADER -->
17
  <header class="w-full max-w-4xl flex justify-between items-center py-6 mb-8 border-b border-slate-700">
18
  <h1 class="text-3xl font-bold text-sky-400 glow-text">SILENT TECH</h1>
19
  <span class="px-3 py-1 bg-sky-500/20 text-sky-300 text-sm rounded-full border border-sky-500/30">v1.0.0 Live</span>
20
  </header>
21
 
22
  <main class="w-full max-w-4xl grid grid-cols-1 md:grid-cols-2 gap-8">
23
-
24
- <!-- DOCUMENTATION COLUMN -->
25
  <section class="flex flex-col gap-6">
26
  <div class="glass-panel p-6 rounded-2xl">
27
  <h2 class="text-xl font-semibold text-white mb-2">Arena Generation API</h2>
@@ -40,7 +37,6 @@
40
  </div>
41
  </section>
42
 
43
- <!-- INTERACTIVE TESTER COLUMN -->
44
  <section class="flex flex-col gap-6">
45
  <div class="glass-panel p-6 rounded-2xl">
46
  <h2 class="text-xl font-semibold text-white mb-4 flex items-center gap-2">
@@ -64,7 +60,6 @@
64
  <pre id="jsonOutput" class="bg-slate-900 p-4 rounded-lg border border-slate-700 text-xs text-green-400 overflow-x-auto whitespace-pre-wrap"></pre>
65
 
66
  <div id="mediaContainer" class="mt-4 rounded-lg overflow-hidden border border-slate-700 hidden">
67
- <!-- Media will render here -->
68
  </div>
69
  </div>
70
  </div>
 
13
  </head>
14
  <body class="min-h-screen flex flex-col items-center p-6">
15
 
 
16
  <header class="w-full max-w-4xl flex justify-between items-center py-6 mb-8 border-b border-slate-700">
17
  <h1 class="text-3xl font-bold text-sky-400 glow-text">SILENT TECH</h1>
18
  <span class="px-3 py-1 bg-sky-500/20 text-sky-300 text-sm rounded-full border border-sky-500/30">v1.0.0 Live</span>
19
  </header>
20
 
21
  <main class="w-full max-w-4xl grid grid-cols-1 md:grid-cols-2 gap-8">
 
 
22
  <section class="flex flex-col gap-6">
23
  <div class="glass-panel p-6 rounded-2xl">
24
  <h2 class="text-xl font-semibold text-white mb-2">Arena Generation API</h2>
 
37
  </div>
38
  </section>
39
 
 
40
  <section class="flex flex-col gap-6">
41
  <div class="glass-panel p-6 rounded-2xl">
42
  <h2 class="text-xl font-semibold text-white mb-4 flex items-center gap-2">
 
60
  <pre id="jsonOutput" class="bg-slate-900 p-4 rounded-lg border border-slate-700 text-xs text-green-400 overflow-x-auto whitespace-pre-wrap"></pre>
61
 
62
  <div id="mediaContainer" class="mt-4 rounded-lg overflow-hidden border border-slate-700 hidden">
 
63
  </div>
64
  </div>
65
  </div>