-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.16 KB
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SOV 72 - Soberanía Temporal</title>
<style>
body { background-color: #000; color: #fff; font-family: sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; text-align: center; }
.box { border: 2px solid #d4af37; padding: 30px; max-width: 85%; border-radius: 10px; }
h1 { color: #d4af37; letter-spacing: 3px; font-size: 1.8em; margin: 0; }
h2 { font-size: 1.1em; color: #fff; margin: 10px 0; letter-spacing: 2px; }
p { line-height: 1.5; color: #ccc; font-size: 1em; }
.legal { font-size: 0.7em; color: #555; margin-top: 20px; text-transform: uppercase; }
</style>
</head>
<body>
<div class="box">
<h1>SISTEMA SOV</h1>
<h2>SOBERANÍA TEMPORAL</h2>
<p>"Lo que el tiempo ha unido en el hueso, ningún algoritmo podrá desatar en la red."</p>
<p><strong>PRÓXIMAMENTE: EL ESTÁNDAR 3078</strong></p>
<p>Identidad Vectorial | Pulso 90s<br>Registro #2604025152171</p>
<div class="legal">© 2026 SOV SYSTEM 72 - BARCELONA<br>SECRETO INDUSTRIAL LEY 1/2019</div>
</div>
</body>
</html>