theballs
This commit is contained in:
parent
1f94464b3a
commit
7765c6af9f
5 changed files with 8 additions and 24 deletions
|
@ -5,16 +5,15 @@ export default function App() {
|
|||
<div class='hackedheader'>
|
||||
<h1>websites that ive stolen</h1>
|
||||
<div class='hackedlist'>
|
||||
<a href="https://exhq.mugman.tech/">exhq.mugman.tech</a>
|
||||
<a href="https://exhq.mugman.tech/">exhq.mugman.tech</a>
|
||||
<a href="https://exhq.nekos.in/">exhq.nekos.in</a>
|
||||
<a href="https://exhq.i386.dev">exhq.i386.dev</a>
|
||||
<a href="https://exhq.sadan.zip">exhq.sadan.zip</a>
|
||||
<a href="https://exhq.maggiepi.site">exhq.maggiepi.site</a>
|
||||
<a href="https://exhq.nea.moe">exhq.nea.moe</a>
|
||||
<a href="https://exhq.ushie.dev">exhq.ushie.dev</a>
|
||||
<a href="https://exhq.aspy.dev">exhq.aspy.dev</a>
|
||||
<a href="https://exhq.kittens.cat">exhq.kittens.cat</a>
|
||||
<a href="https://exhq.steamcumunity.com/">exhq.steamcumunity.com</a>
|
||||
<a href="https://exhq.nin0dev.com/">exhq.nin0dev.com</a>
|
||||
<a href="https://exhq.rico040.su/">exhq.rico040.su</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ehco</title>
|
||||
<title>amy hacked</title>
|
||||
<meta content="i am hakcer" property="og:title" />
|
||||
<meta content="wevbsiutres that ive st0oplen" property="og:description" />
|
||||
<meta content="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ehco</title>
|
||||
<title>amy</title>
|
||||
<meta content="ECHO" property="og:title" />
|
||||
<meta content="warning: this user is known to be extremely silly, proceed with caution." property="og:description" />
|
||||
<meta content="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ehco</title>
|
||||
<title>amy reviews</title>
|
||||
<meta content="review" property="og:title" />
|
||||
<meta content="rewviewdb, but not turkish" property="og:description" />
|
||||
<meta content="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
|
|
|
@ -2,31 +2,17 @@
|
|||
import { onCleanup } from "solid-js";
|
||||
import { removethething } from "./utils.tsx";
|
||||
|
||||
function getName(): string{
|
||||
return Math.random() < 0.2? "EHCO" : "ECHO"
|
||||
}
|
||||
|
||||
function HoverComponent() {
|
||||
let timerId: number|null;
|
||||
|
||||
// const [name, setname] = createSignal(true)
|
||||
|
||||
// const startTimer = () => {
|
||||
// timerId = setTimeout(() => {
|
||||
// setname(!name())
|
||||
// }, 3000);
|
||||
// };
|
||||
|
||||
const clearTimer = () => {
|
||||
if (timerId) {
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}
|
||||
};
|
||||
|
||||
// const handleMouseEnter = () => {
|
||||
// startTimer();
|
||||
// };
|
||||
|
||||
|
||||
onCleanup(() => {
|
||||
clearTimer();
|
||||
|
@ -40,10 +26,9 @@ function HoverComponent() {
|
|||
if (e.target.textContent !== "ECHO") {
|
||||
e.target.textContent = "ECHO"
|
||||
}
|
||||
}}
|
||||
// onMouseLeave={clearTimer}
|
||||
}}
|
||||
>
|
||||
{getName()}
|
||||
Amy
|
||||
</h1>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue