12 lines
429 B
HTML
12 lines
429 B
HTML
<!--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-index-h1">Hello,</h1>
|
|
<h2 class="admin-index-h2">Admin <span class="outlined-text"><template name="username"></span>!</h2>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<script src="/scripts/pages/admin/main.js" defer></script> |