Add a link to the source

This commit is contained in:
Emi Simpson 2022-02-06 12:31:05 -05:00
parent ab21817206
commit ce49d35de0
Signed by: Emi
GPG Key ID: 45E9C6E81BD86E7C
2 changed files with 14 additions and 2 deletions

View File

@ -94,5 +94,10 @@
</p>
</div>
<script>var app = Elm.Main.init({node: document.getElementById("elm-unpossessed")});</script>
<footer>
<a href="https://fem.mint.lgbt/Emi/ELOS-License-Builder" target="_blank">
This site is ethically licensed open source
</a>.
</footer
</body>
</html>

View File

@ -14,8 +14,6 @@ body {
font-family: Lack, sansserif;
font-size: 1.5em;
line-height: 1.4em;
margin-bottom: 60px;
}
a {
@ -283,3 +281,12 @@ header {
transform: rotate(39deg);
}
}
footer {
font-size: 0.8rem;
opacity: 0.4;
margin-top: 70px;
line-height: 100%;
text-align: right;
}