hs-mortality: progress progress progress
This commit is contained in:
parent
221e65e2e8
commit
5f41aff90a
3 changed files with 19 additions and 11 deletions
|
@ -11,17 +11,25 @@
|
||||||
// a.insertAdjacentElement("afterend", img);
|
// a.insertAdjacentElement("afterend", img);
|
||||||
// })
|
// })
|
||||||
|
|
||||||
import { render_and_copy, static_url } from "./common.tsx";
|
import { Main, render_and_copy, static_url } from "./common.tsx";
|
||||||
|
|
||||||
|
// TODO: rip a hole in the panel (for blood on back)
|
||||||
render_and_copy(
|
render_and_copy(
|
||||||
|
<Main>
|
||||||
<img
|
<img
|
||||||
src={static_url("homestuck-3853-transparent.png")}
|
id="panel"
|
||||||
|
src={static_url("homestuck-3853-transparent-egbertless.png")}
|
||||||
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
|
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
|
||||||
style={{
|
style={{
|
||||||
background:
|
background: `url(${static_url(
|
||||||
// TODO: don't hotlink, actually find the right thing
|
"incipisphere-thingie.png"
|
||||||
// this might be good enough tm
|
)}) fixed;`,
|
||||||
"url(https://homestuck.net/img/resources/assets/incipisphere-assets/35%20-%20eCjrT.png) fixed;",
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<img
|
||||||
|
id="egbert"
|
||||||
|
src={static_url("homestuck-3853-egbertful.png")}
|
||||||
|
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
|
||||||
|
/>
|
||||||
|
</Main>
|
||||||
);
|
);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
BIN
static/incipisphere-thingie.png
Normal file
BIN
static/incipisphere-thingie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
Loading…
Reference in a new issue