Files
FastCheck/src/app/app.html

5 lines
94 B
HTML
Raw Normal View History

2026-05-06 23:26:00 +04:00
<app-site-header />
<main class="app-main">
<router-outlet />
</main>
<app-site-footer />