Files

45 lines
1.5 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 &amp; 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 &amp; 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>