Add a link to the source code

This commit is contained in:
Emi Simpson 2023-05-22 14:52:18 -04:00
parent 870a7cd61e
commit 07abe3b0be
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

View file

@ -18,6 +18,14 @@ body > div {
position: relative;
width: 500px;
}
a {
color: white;
position: fixed;
right: 10px;
bottom: 10px;
font-weight: bold;
font-family: sans;
}
</style>
</head>
<body>
@ -27,5 +35,6 @@ body > div {
node: document.getElementById('elm-zone')
});
</script>
<a href="https://fem.mint.lgbt/Emi/wuppie">source code</a>
</body>
</html>