Add a link to the source code
This commit is contained in:
parent
870a7cd61e
commit
07abe3b0be
|
@ -18,6 +18,14 @@ body > div {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
position: fixed;
|
||||||
|
right: 10px;
|
||||||
|
bottom: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: sans;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -27,5 +35,6 @@ body > div {
|
||||||
node: document.getElementById('elm-zone')
|
node: document.getElementById('elm-zone')
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<a href="https://fem.mint.lgbt/Emi/wuppie">source code</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue