diff --git a/html/hotline-miami.tsx b/html/hotline-miami.tsx index 8fe0091..ff21920 100644 --- a/html/hotline-miami.tsx +++ b/html/hotline-miami.tsx @@ -1,11 +1,20 @@ -import { Main, render_and_copy } from "./common.tsx"; +import { EggbugImg, Main, render_and_copy } from "./common.tsx"; import { ComponentChildren, JSX, toChildArray } from "preact"; const Pulse = ({ children }: { children: ComponentChildren }): JSX.Element => (
-
{...toChildArray(children)}
-
{...toChildArray(children)}
+
{...toChildArray(children)}
+
+); + +const Portrait = ({ href, alt }: { href: string; alt: string }) => ( + {alt} +); + +const PortraitFrame = ({ children }: { children: ComponentChildren }) => ( +
+
{children}
); @@ -20,7 +29,18 @@ const Pulse = ({ children }: { children: ComponentChildren }): JSX.Element => ( // i'll probably go for a different ui element render_and_copy(
- homestuck - fortnite +
press [rmb] to AWESOMESAUCE
+
+
+ + + +
+
+ + FORTNITE BATTLE ROYALE PLAY FREE NOW AWESOME FUN GAME PLAY FOR + FREE NOW! WIN + +
);