diff --git a/html/gameboy.tsx b/html/gameboy.tsx
index 0ff7ab8..eeb7bc2 100644
--- a/html/gameboy.tsx
+++ b/html/gameboy.tsx
@@ -46,26 +46,44 @@ const Draw = ({
height: `${height * pixel_width_px}px`,
backgroundColor: bg_color,
}}
+ class="screen"
>
{...new Array(width * height)
.fill(null)
.map(() => )}
);
+
+// you know what, let's just to the dark grey part. sorry!
const Shell = ({ children }: { children: ComponentChild }) => (
-
{children}
+
+
+
+
+
CHONK MATRIX WITH STERENO SOUND
+
+ {children}
+
);
-// https://www.color-hex.com/color-palette/26401
// body: "#aaaaaa"
+// horrid url
+// https://duet-cdn.vox-cdn.com/thumbor/0x0:2048x1364/750x500/filters:focal(1024x682:1025x683):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/23755199/a31768dc_f45b_4ac7_8f34_6f99e835ed358223055624103571533.jpg
render_and_copy(
-
+ <>
+
+
+
+
+ // TODO: !!!
+
+ >
);