aotds-docks/src/routes/(editor)/export/print/PrintShip/Weapons/PDS.svelte

9 lines
130 B
Svelte
Raw Normal View History

2023-04-28 16:05:17 +00:00
<img src="/icons/pds.svg" alt="PDS pack" title="pds" />
<style>
img {
2023-05-08 19:20:17 +00:00
height: 1.4rem;
margin: 0px 0.5rem;
2023-04-28 16:05:17 +00:00
}
</style>