aotds-docks/src/routes/(about)/about/see-also/+page.svelte

18 lines
293 B
Svelte

<h2>Other Full Thrust resources out there</h2>
<ul>
<li>
<a href="http://shipyard.mechworld.de/" target="_new"
>Full Thrust Shipyard</a
>, by mechworld.
</li>
</ul>
<style>
ul {
font-size: var(--font-scale-11);
margin-top: 2em;
margin-left: 2em;
}
</style>