replace the index page

This commit is contained in:
Dusan Jakub
2023-09-27 12:12:52 +02:00
parent dedcf5115e
commit 9af3b6431b
4 changed files with 46 additions and 310 deletions

View File

@@ -0,0 +1,16 @@
{#include base}
{#title}Welcome{/title}
<div class="container">
<div class="row">
<div class="col s12 m6 offset-m3">
<div class="card">
<div class="card-content centered">
<span class="card-title center-align">Welcome</span>
<h6 style="margin: 50px 0;">Please start your journey at <a
href="https://oauth-playground.online">https://oauth-playground.online</a></h6>
</div>
</div>
</div>
</div>
</div>
{/include}