forked from Adleraci/adlerka.top
		
	asd
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
<script>
 | 
			
		||||
<script defer>
 | 
			
		||||
    const welcomeMsg = document.getElementById("welcomeMsg");
 | 
			
		||||
    
 | 
			
		||||
    async function getUserInfo() {
 | 
			
		||||
@@ -11,9 +11,11 @@
 | 
			
		||||
            welcomeMsg.innerText = `Ahoj, ${UserInfo.FirstName}.`;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getUserInfo();
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<body class="dashboard">
 | 
			
		||||
<div class="dashboard">
 | 
			
		||||
    <h1 id="welcomeMsg"></h1>
 | 
			
		||||
</body>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user