add attribution

main
Yanick Champoux 2023-01-16 15:03:58 -05:00
parent 365610184a
commit 2eda5a388e
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,13 @@
>
</div>
{/each}
<footer class="bottom absolute center">
fan-made campaign manager for <a
href="https://czechgames.com/en/under-falling-skies/"
>Under Falling Skies</a
><br /> written by
<a href="mailto:yanick@sky.babyl.ca">Yanick Champoux</a>
</footer>
</article>
{#if showNewCampaign}
@ -108,4 +115,11 @@
article {
height: 90vh;
}
footer {
width: 90%;
text-align: center;
}
footer a {
text-decoration: underline;
}
</style>