refactor: moving to my own template, using fomantic instead of uikit. removing uikit, and some other removed stuff

This commit is contained in:
2024-01-15 21:55:28 +01:00
parent b5f9be7e5a
commit 8b42c94aa6
29 changed files with 564 additions and 37519 deletions
+13
View File
@@ -0,0 +1,13 @@
<div class="ui grid">
<div class="row">
<div class="column padding-reset">
<div id="jumbotron" class="ui huge message page grid">
<h1 class="ui huge header">Hello World!</h1>
<p>This is the example placeholder that should become the welcoming dashboard for the admin.
It should show various statistics and also a detailed overview of all your models.
</p>
</div>
</div>
</div>
</div>