45 lines
1.5 KiB
HTML
Executable File
45 lines
1.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Noveria Operation – Coming Soon</title>
|
||
<meta name="description" content="Noveria Operation – Tools, Infrastruktur & KI-Lösungen von Minh Bao.">
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body>
|
||
<!-- Galaxy Background -->
|
||
<div class="galaxy">
|
||
<div class="stars"></div>
|
||
<div class="stars2"></div>
|
||
<div class="stars3"></div>
|
||
<!-- Shooting Stars -->
|
||
<div class="shooting-star"></div>
|
||
<div class="shooting-star"></div>
|
||
<!-- Holographic gradient -->
|
||
<div class="holographic"></div>
|
||
</div>
|
||
|
||
<!-- Floating ambient orbs -->
|
||
<div class="orb orb-1"></div>
|
||
<div class="orb orb-2"></div>
|
||
|
||
<!-- Content -->
|
||
<main class="hero">
|
||
<div class="hero-content">
|
||
<div class="avatar">N</div>
|
||
<h1 class="hero-title">Noveria Operation</h1>
|
||
<p class="hero-subtitle">Tools, Infrastruktur & KI-Lösungen</p>
|
||
<div class="status-badge">Coming Soon</div>
|
||
</div>
|
||
</main>
|
||
|
||
<footer class="footer">
|
||
<p>Built by Minh Bao</p>
|
||
</footer>
|
||
</body>
|
||
</html>
|