mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
add something :3
This commit is contained in:
parent
6c15fc8b5f
commit
18efe25162
1 changed files with 36 additions and 0 deletions
36
html/143.ejs
36
html/143.ejs
|
@ -1,3 +1,5 @@
|
|||
<% if (!something) { %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
@ -25,3 +27,37 @@
|
|||
</center>
|
||||
</body>
|
||||
</html>
|
||||
<% } %>
|
||||
|
||||
<% if (something) { %>
|
||||
<html lang="en"><head>
|
||||
<title>1 4 3</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<link href="/css/app-cdn.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
|
||||
<link href="/css/app.main.css" rel="stylesheet">
|
||||
</head>
|
||||
<body><img id="something" src="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/something.gif?v=1692958554014" onmouseover="hoverImage()" onmouseout="restoreImage()" style="height: 243px;margin-left: auto;margin-right: auto;display: flex;transform: translateY(50%);">
|
||||
|
||||
<audio src="https://cdn.glitch.me/d68d17bb-f2c0-4bc3-993f-50902734f652/sunny..im..sorry.mp4?v=1693046595770" loop="" autoplay=""></audio>
|
||||
|
||||
<script>
|
||||
function hoverImage() {
|
||||
document.getElementById("something").src = "https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/Something_Boss_(MARI).gif?v=1692992881413";
|
||||
}
|
||||
|
||||
function restoreImage() {
|
||||
document.getElementById("something").src = "https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/something.gif?v=1692958554014";
|
||||
}
|
||||
|
||||
localStorage.setItem('i_love_you', "sunny... im... sorry...");
|
||||
localStorage.setItem('liar.', "liar liar liar liar ");
|
||||
|
||||
</script>
|
||||
</body></html>
|
||||
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue