diyavepeta basic alt text
This commit is contained in:
parent
47c949dc2d
commit
f0bd7ab895
1 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue