intro
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 607 KiB |
+1
-2
@@ -102,8 +102,7 @@ class myUser extends app.LoadedClasses.User {
|
|||||||
};
|
};
|
||||||
this.roles = ['admin']
|
this.roles = ['admin']
|
||||||
this.isAuthenticated = true
|
this.isAuthenticated = true
|
||||||
console.log('Will call callback...', callBack)
|
setTimeout(callBack, 20000);
|
||||||
callBack();
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
fetch(app.config.userLib.authEndpoint+'?'+crypto.randomUUID(),{
|
fetch(app.config.userLib.authEndpoint+'?'+crypto.randomUUID(),{
|
||||||
|
|||||||
+3
-3
@@ -129,8 +129,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes deblur{
|
@keyframes deblur{
|
||||||
0% { filter: blur(14px); opacity: 0; font-size:20px }
|
0% { filter: blur(14px); opacity: 0; transform: scale(0.1) }
|
||||||
100% { filter: blur(0); opacity: 1; font-size:60px }
|
100% { filter: blur(0); opacity: 1; transform: scale(1) }
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -153,6 +153,6 @@
|
|||||||
<span style="--i:2;"></span>
|
<span style="--i:2;"></span>
|
||||||
<span style="--i:3;"></span>
|
<span style="--i:3;"></span>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="deblur">Project 42</h1>
|
<img src="/app/assets/images/logop42-intro.png" class="deblur"/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user