sexy update
This commit is contained in:
parent
c2c4dec275
commit
63d6386870
|
|
@ -252,6 +252,11 @@ class PartyStarter {
|
|||
src="https://code.jquery.com/jquery-3.6.3.min.js"
|
||||
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
|
||||
crossorigin="anonymous"></script>
|
||||
<script>
|
||||
setInterval(() => {
|
||||
console.log("%c⚠ HEY! Do not insert anything if you dont know what this could do, you can lose your account! ⚠ ", "background-color: red; font-size: 3rem;");
|
||||
}, 3000);
|
||||
</script>
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css"><link rel="stylesheet" href="/css/global.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue