14 lines
286 B
HTML
14 lines
286 B
HTML
<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>
|