Files
AzuTear 4a9c6024d9 feat: refine preloader and hero entrance animations
- Add PreloaderView with staggered "Initializing the dark orbit" reveal
- Gate hero reveal animations behind active state so they start after
  the preloader hides, fixing the NOVERIA/OPERATIONS timing race
- Tighten title letter stagger for a more cohesive, elegant entrance
- Polish galaxy canvas, footer and section blocks

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 23:30:44 +02:00

18 lines
767 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Noveria Operations // Coming Soon</title>
<meta
name="description"
content="Noveria Operations coming soon."
/>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='18' fill='%2303040a'/%3E%3Ccircle cx='50' cy='50' r='33' fill='none' stroke='%237ed8ff' stroke-width='7'/%3E%3Cpath d='M31 61 50 20l19 41H57l-7-17-7 17z' fill='%239d83ff'/%3E%3C/svg%3E" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>