Not fully styled/finished version of header and home page + all images

This commit is contained in:
2025-04-02 22:52:15 +02:00
parent 6ff99ffb5f
commit 0063e1012b
126 changed files with 65042 additions and 20 deletions
+4 -6
View File
@@ -1,6 +1,4 @@
<main>
<h1>Hello world</h1>
</main>
<router-outlet />
<router-outlet></router-outlet>
<div *ngIf="isHomePage()">
<app-home></app-home>
</div>