ouppy/static/index.html

41 lines
762 B
HTML
Raw Normal View History

<!Doctype HTML>
2023-05-22 19:46:33 +00:00
<html lang="en">
<head>
<script src="gender.min.js"> </script>
<title>do u think a ouppy and a kittys could be friends,,?</title>
2023-05-22 18:33:14 +00:00
<style>
html {
2023-05-22 18:33:14 +00:00
position: relative;
background-image: url("assets/heart-bg.gif");
display: grid;
justify-content: center;
align-items: center;
height: 100%;
2023-05-22 18:33:14 +00:00
font-family: serif;
}
body > div {
background-color: white;
padding: 30px;
position: relative;
width: 500px;
}
2023-05-22 18:52:18 +00:00
a {
color: white;
position: fixed;
right: 10px;
bottom: 10px;
font-weight: bold;
font-family: sans;
}
2023-05-22 18:33:14 +00:00
</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>