cohost/html/diyavepeta.tsx

18 lines
741 B
XML

import { ToggleOnClick, render_and_copy, static_url } from "./common.tsx";
// kind of want to do transparent (it would slick) but eh
render_and_copy(
<ToggleOnClick>
<img
src={static_url("davepeta-0.png")}
alt="davepeta from homestuck looking at the camera. their robe is white green-bordered, their claws are orange, their wings are white and orange-bordered, etc."
style="margin: 0"
/>
<img
src={static_url("davepeta-1.png")}
alt="davepeta from homestuck looking at the camera. their robe is white green-bordered, their claws are green, their wings are white and green-bordered, etc."
style="margin: 0"
/>
</ToggleOnClick>
);