styling, first start page template

This commit is contained in:
2023-09-27 16:08:39 +02:00
parent b3bfa36c77
commit 7e4b04570e
16 changed files with 62 additions and 101 deletions

View File

@@ -18,8 +18,10 @@
<a href="/account">Account</a> |
<button onclick="changeTheme();" id="themeSelector">&#9789;</button>
</nav>
<img src="/otherAssets/logo.png" alt="libreevent logo" class="logo">
<h1>Welcome to {{ pageName }}!</h1>
<p>{{ data.description }}</p>
<div class="content">
<img src="/otherAssets/logo.png" alt="libreevent logo" class="logo">
<h1>Welcome to {{ pageName }}!</h1>
<p>{{ data.description }}</p>
</div>
</body>
</html>