watch.twip-network.org/pages/user/index.html

11 lines
457 B
HTML
Raw Normal View History

2024-01-25 12:48:58 +01:00
<!--PAGENAME=Hello, <template name="username">-->
<!--PAGESTYLE=/styles/pages/user/style.css-->
2024-01-25 12:34:30 +01:00
<header class="user-index-header">
<div class="user-index-header-text" id="headerText">
2024-01-24 15:36:23 +01:00
<h1 class="user-index-h1">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1>
2024-01-25 12:34:30 +01:00
<h2 class="user-index-h2">What would you like to watch?</h2>
</div>
2024-01-25 15:50:51 +01:00
</header>
<script src="/scripts/pages/user/main.js" defer></script>