This commit is contained in:
2025-11-03 19:30:55 +01:00
parent 6232b80741
commit 1e0ea6ae6e
6 changed files with 77 additions and 40 deletions

View File

@@ -1 +1,8 @@
<h1>Hello world!</h1>
<main>
<header class="brand-name">
<img class="brand-logo" src="/assets/logo.svg" alt="logo" aria-hidden="true" />
</header>
<section class="content">
<app-home></app-home>
</section>
</main>