diff --git a/html/common.tsx b/html/common.tsx index 44ed045..8f3cea8 100644 --- a/html/common.tsx +++ b/html/common.tsx @@ -14,7 +14,7 @@ export function Main({ ...attributes }: { children?: ComponentChildren; - attributes?: Attributes; + attributes?: JSX.HTMLAttributes; }) { return (
diff --git a/html/hs-mortality.tsx b/html/hs-mortality.tsx index ada97f5..cbf2c91 100644 --- a/html/hs-mortality.tsx +++ b/html/hs-mortality.tsx @@ -10,12 +10,19 @@ // img.src = a.href; // a.insertAdjacentElement("afterend", img); // }) +// pretty hopeless to try to recreate the pulsing light import { Main, render_and_copy, static_url } from "./common.tsx"; // TODO: rip a hole in the panel (for blood on back) render_and_copy( -
+
TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO -
+
); diff --git a/static/homestuck-3853-transparent-egbertless.png b/static/homestuck-3853-transparent-egbertless.png index 578e9de..aeaba85 100644 Binary files a/static/homestuck-3853-transparent-egbertless.png and b/static/homestuck-3853-transparent-egbertless.png differ