smurg10290

1
reputation
5

Hello I'm oland2345


I'm a

Game developer(unity C#)

web developer

Rust developer

Golang developer

maybe you can call me an old python developer


Here is a some code

FullyLoaded()
var Password = "lol"
async function FullyLoaded(){
    await new Promise(r => setTimeout(r, 7000));
    document.getElementById("LoadingThing").style.animation = "OpenSignIn 5s";
    await new Promise(r => setTimeout(r, 3000));
    document.querySelector("body").style.backgroundColor = "teal";
    document.getElementById("LoadingScr").style.display = "none";
    document.getElementById("LoginForm").style.animation = "fadeIn 1s"
    
}
document.addEventListener('DOMContentLoaded', function() {  
    document.getElementById("AppCover").addEventListener("click", CreateWindow)
});