hs-mortality: done enough!?

This commit is contained in:
mehbark 2023-07-25 02:21:23 -04:00
parent f5981c7966
commit d2002c0e5f
2 changed files with 3 additions and 5 deletions

View file

@ -18,6 +18,7 @@ import { Main, render_and_copy, static_url } from "./common.tsx";
render_and_copy(
<div
style={{
background: `url(${static_url("incipisphere-thingie.png")}) fixed`,
display: "grid",
overflow: "hidden",
gridTemplateRows: "1fr",
@ -26,11 +27,8 @@ render_and_copy(
<img
id="panel"
src={static_url("homestuck-3853-transparent-egbertless.png")}
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
alt="part of page 3853 of homestuck. rose lalonde, wearing a black dress with a pinkish-purple sash and a green communicator on her head, is lying incapicitated on the grey ground. a pool of blood is collecting, with an incisphereish thingie showing through it. there is a blue, partially sloppily clone-stamped void with a dark purple horizon above it."
style={{
background: `url(${static_url(
"incipisphere-thingie.png"
)}) fixed;`,
gridArea: "1/1",
margin: 0,
aspectRatio: 1,
@ -39,7 +37,7 @@ render_and_copy(
<img
id="egbert"
src={static_url("homestuck-3853-egbertful.png")}
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
alt="part of page 3853 of homestuck. egbert's silhouette with colorful tendrils all around it and a patch of blood that also shows the incipisphereish thingie."
style={{
gridArea: "1/1",
margin: 0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 KiB

After

Width:  |  Height:  |  Size: 721 KiB