Compare commits

...

2 Commits

1 changed files with 11 additions and 2 deletions

View File

@ -3,13 +3,13 @@
<head> <head>
<script src="gender.min.js"> </script> <script src="gender.min.js"> </script>
<style> <style>
body { html {
position: relative; position: relative;
background-image: url("assets/heart-bg.gif"); background-image: url("assets/heart-bg.gif");
display: grid; display: grid;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100%;
font-family: serif; font-family: serif;
} }
body > div { body > div {
@ -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>