diff --git a/src/App.tsx b/src/App.tsx index c1229bd..d751ee4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import './App.css' -import {AdvancedBr, SingularOomfie} from './components/comps.tsx' +import {AdvancedBr, Singular88, SingularOomfie} from './components/comps.tsx' import {createSignal, onMount} from 'solid-js'; import Reviews from './components/api.tsx'; import Music, {MusicEntry} from './components/music.tsx'; @@ -7,6 +7,7 @@ import {Bdpfp, Normalpfp} from './components/pfp.tsx'; import {InfoCard} from './components/middlecard.tsx'; export const [shouldpopup, setpopup] = createSignal(false) +export const [shouldpopup88, setpopup88] = createSignal(false) export const [shouldpopupEasterEgg, setpopupEasterEgg] = createSignal(false) export const [ishover, setishover] = createSignal(false) @@ -136,8 +137,8 @@ function App() { -
-
{ +
+
{ setpopup(!shouldpopup()) }}>

typa shit ive been on

-
-
{ +
+
{ setoomfies( <> {oomfies()}
-
+

echo if it was written by vivsiepop

-
{ +
{ + setpopup88(true) + }}> +

88x31's

+
+
{ if (explodcount > 5) { document.body.innerHTML = "" setTimeout(() => { @@ -225,6 +231,28 @@ function App() {
+ +
+
+
+ +
+
+ +
+ feel free to link mine, https://exhq.dev/88x31.png +
+
+ + +
+
+
+
+ diff --git a/src/components/comps.tsx b/src/components/comps.tsx index fc0b737..ab6049a 100644 --- a/src/components/comps.tsx +++ b/src/components/comps.tsx @@ -59,4 +59,9 @@ export function SingularOomfie(props: { name: string; url: string; discordid: st )}
); +} + + +export function Singular88(props: { name: string; url: string; src:string }) { + return {props.name} } \ No newline at end of file