abtmtr-v4/embeds/attr.html

15 lines
286 B
HTML
Raw Normal View History

2024-01-30 17:23:45 +00:00
<p id="attr">
Image attribution:
<a href="https://exok.com/games/celeste/" target="_blank">Celeste</a>
</p>
<style>
#attr {
display: inline-block;
position: fixed;
left: 0;
bottom: 0;
color: white !important;
text-shadow: 0 0.1em 0.5em black;
}
</style>