12 lines
		
	
	
		
			460 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			460 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 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> |