Add a link to the source code
This commit is contained in:
parent
870a7cd61e
commit
07abe3b0be
|
@ -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>
|
Loading…
Reference in a new issue