a lot of changes

This commit is contained in:
2024-01-25 20:40:16 +01:00
parent fdc0b7c5bc
commit 0a9983f56c
8 changed files with 83 additions and 6 deletions

View File

@@ -1,4 +1,12 @@
<!--PAGENAME=You have rights-->
<h2>Welcome</h2>
<p>Logged in as an admin: <template name="username"></p>
<template name="gravatar_image">
<!--PAGENAME=Hello, <template name="username">-->
<!--PAGESTYLE=/styles/pages/admin/style.css-->
<header class="admin-index-header">
<div class="admin-index-header-text" id="headerText">
<h1 class="admin fade-in">Hello,</h1>
<h2 class="admin-index-h2 fade-in">Welcome back, Admin <span class="outlined-text"><template name="username"></template></span></h2>
</div>
</header>
<script src="/scripts/pages/admin/main.js" defer></script>