mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
63 lines
2.5 KiB
Text
63 lines
2.5 KiB
Text
<% if (!something) { %>
|
|
|
|
<!DOCTYPE html>
|
|
<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?v=44600 rel=stylesheet>
|
|
</head>
|
|
<body>
|
|
<center><br><br><br><br><br><br><br><br>
|
|
<svg height="200" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#ff00e3" d="M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868-3.308 0-6.227 1.633-8.018 4.129-1.791-2.496-4.71-4.129-8.017-4.129-5.45 0-9.868 4.417-9.868 9.868 0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959.17-.721.268-1.469.268-2.242z"/></svg>
|
|
<h1 style="color:pink;">
|
|
143
|
|
</h1>
|
|
<p>
|
|
i love you
|
|
</p>
|
|
<p>
|
|
<3
|
|
</p>
|
|
</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?v=44600" 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>
|
|
|
|
<% } %>
|
|
|