what did i do?

This commit is contained in:
Richard Mikloš 2024-01-25 20:41:29 +01:00
parent 0a9983f56c
commit 26f3156f13

@ -3,10 +3,10 @@
<header class="user-index-header">
<div class="user-index-header-text" id="headerText">
<h1 class="user-index-h1 fade-in">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1>
<h1 class="user-index-h1 fade-in">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1><br>
<h2 class="user-index-h2 fade-in">What would you like to watch?</h2>
</div>
</header>
<script src="/scripts/pages/admin/main.js" defer></script>
<script src="/scripts/pages/user/main.js" defer></script>