bptlab/scylla-ui

View on GitHub
src/app/landing/landing.component.html

Summary

Maintainability
Test Coverage
<body>
    <div class="page-wrap">
        <app-header-bar></app-header-bar>
        <main class="content">
            <router-outlet></router-outlet>
        </main>
        <footer>
            <app-footer-bar></app-footer-bar>
        </footer>
    </div>
</body>