added frontend template
This commit is contained in:
commit
2bea201bb3
41 changed files with 15481 additions and 0 deletions
16
frontend/src/app/app.component.html
Normal file
16
frontend/src/app/app.component.html
Normal 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>
|
Reference in a new issue