Files
noveria-landing/index.html
T
devops 2732df9795
CI - Build & Test / Lint & Build (push) Successful in 8s
feat: noveria.net coming soon landingpage with galaxy theme
2026-06-14 15:52:31 +02:00

37 lines
1.1 KiB
HTML
Raw 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 Coming Soon</title>
<meta name="description" content="Noveria Tools, Infrastruktur & KI-Lösungen. Coming soon.">
<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>
</div>
<!-- Content -->
<main class="hero">
<div class="hero-content">
<h1 class="hero-title">Noveria</h1>
<p class="hero-subtitle">Tools, Infrastruktur &amp; KI-Lösungen</p>
<div class="status-badge">Coming Soon</div>
<div class="links">
<a href="https://nexus.noveria.net" class="link">Nexus Dashboard</a>
<span class="sep">·</span>
<a href="https://git.noveria.net" class="link">Git</a>
</div>
</div>
</main>
<footer class="footer">
<p>&copy; 2026 Noveria</p>
</footer>
</body>
</html>