pracowniaapp2Front/src/app/app.component.html

19 lines
315 B
HTML
Raw Normal View History

2020-01-20 15:02:08 +01:00
<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>
2020-01-13 17:08:31 +01:00
2020-01-20 15:02:08 +01:00
</app-right-panel>
</section>
</section>
</section>