diyavepeta basic alt text

This commit is contained in:
mehbark 2023-09-06 21:51:10 -04:00
parent 47c949dc2d
commit f0bd7ab895

View file

@ -2,7 +2,15 @@ import { ToggleOnClick, render_and_copy, static_url } from "./common.tsx";
render_and_copy(
<ToggleOnClick>
<img src={static_url("davepeta-0.png")} style="margin: 0" />
<img src={static_url("davepeta-1.png")} style="margin: 0" />
<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>
);