Add a link to the source
This commit is contained in:
parent
ab21817206
commit
ce49d35de0
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue