without footer (#7)

Reviewed-on: #7
Co-authored-by: sandre <perso@sebastienandre.com>
Co-committed-by: sandre <perso@sebastienandre.com>
This commit was merged in pull request #7.
This commit is contained in:
2026-01-27 10:39:55 +00:00
committed by sandre
parent b25e947d62
commit 0ebdbca549
18 changed files with 93 additions and 55 deletions
+33 -28
View File
@@ -1,32 +1,37 @@
<!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" type="image/x-icon" href="favicon.ico" />
</head>
<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>
<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>