Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eletrixtime authored Jun 15, 2024
1 parent de4445f commit fbca5dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</head>
<body>
<center>
<main class="animate__animated animate__pulse">
<main class="animate__animated animate__wobble">
<img class="round" class="animate__animated animate__bounce" src="assets/imgs/pp.png">
<h1 class="animate__animated animate__bounce title">EletrixTime</h1>
<h1>Hello</h1>
Expand All @@ -26,9 +26,10 @@ <h1 class="title_2">🧑‍🍳・Founder of <a href="eletrixtechnologies.rf.gd"
<p>(C) Made By EletrixTime</p>
<a href="https://github.com/EletrixtimeYT"><img src="assets/imgs/github.png" alt="github" width="35" height="30"></a>
<a href="https://youtube.com/@eletrixtimeyt"><img src="assets/imgs/youtube.png" alt="youtube" width="35" height="30"></a>

<a href="/donate">💖</a>
</footer>
</main>
</center>
<script>const konamiCode=["r","i","p","n","u","n","o","b"];let konamiIndex=0;function handleKonamiCode(){++konamiIndex===konamiCode.length&&(alert("Nuno the cat : 2010-23/04/2024 \uD83E\uDEA6"),konamiIndex=0)}document.addEventListener("keydown",function(n){let e=n.key.toLowerCase();e===konamiCode[konamiIndex]?handleKonamiCode():konamiIndex=0});</script>
</body>
</html>

0 comments on commit fbca5dd

Please sign in to comment.