ouppy/static/index.html

41 lines
762 B
HTML

<!Doctype HTML>
<html lang="en">
<head>
<script src="gender.min.js"> </script>
<title>do u think a ouppy and a kittys could be friends,,?</title>
<style>
html {
position: relative;
background-image: url("assets/heart-bg.gif");
display: grid;
justify-content: center;
align-items: center;
height: 100%;
font-family: serif;
}
body > div {
background-color: white;
padding: 30px;
position: relative;
width: 500px;
}
a {
color: white;
position: fixed;
right: 10px;
bottom: 10px;
font-weight: bold;
font-family: sans;
}
</style>
</head>
<body>
<div id="elm-zone"></div>
<script>
Elm.Main.init({
node: document.getElementById('elm-zone')
});
</script>
<a href="https://fem.mint.lgbt/Emi/ouppy">source code</a>
</body>
</html>