Files
SkydiveLogs/Front/skydivelogs-app/src/index.html
T
sandre 0ebdbca549 without footer (#7)
Reviewed-on: #7
Co-authored-by: sandre <perso@sebastienandre.com>
Co-committed-by: sandre <perso@sebastienandre.com>
2026-01-27 10:39:55 +00:00

38 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SkydivelogsApp</title>
<base href="/" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="icon" href="/assets/img/logo_white.ico" sizes="32x32" />
<link
rel="icon"
href="/assets/img/logo_white.svg"
type="image/svg+xml"
/>
</head>
<body class="mat-app-background">
<app-root>
<div class="app-loading">
<div class="logo"></div>
<svg class="spinner" viewBox="25 25 50 50">
<circle
class="path"
cx="50"
cy="50"
r="20"
fill="none"
stroke-width="2"
stroke-miterlimit="10"
/>
</svg>
</div>
</app-root>
</body>
</html>