pracowniaapp2Front/src/app/app.component.html

19 lines
315 B
HTML

<section class="page">
<section class="top">
<header><h1>
Anonimowy mikroblog
</h1>
</header>
</section>
<section class="bottom">
<section class="left">
<router-outlet></router-outlet>
</section>
<section class="right">
<app-right-panel>
</app-right-panel>
</section>
</section>
</section>