Files
aaf-systems-homepage/app/index.html
2025-07-28 22:43:55 +01:00

20 lines
704 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AAF Systems</title>
<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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="app">
<div class="logo">AAF Systems</div>
<canvas id="three-canvas"></canvas>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>