added frontend template

This commit is contained in:
Samuel Philipp 2020-05-05 01:33:14 +02:00
commit 2bea201bb3
41 changed files with 15481 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<div class="box">
<header class="container pt-4">
<h1>sp-status</h1>
<h3>Services hosted by sp-codes</h3>
</header>
<main class="container">
<router-outlet></router-outlet>
</main>
<footer>
<div class="container">
Made with <span class="fas fa-heart"></span> by <a href="https://sp-codes.de">sp-codes</a>
</div>
</footer>
</div>