her.esy.fun/src/YPassword/index.html
2021-04-18 12:23:24 +02:00

21 lines
609 B
HTML

<html>
<head>
<meta charset="UTF-8">
<title>YPassword</title>
<style>
html, head, body { padding:0; margin:0; }
body { font-family: calibri, helvetica, arial, sans-serif; }
a:link { text-decoration: none; color: rgb(15,102,230); }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: rgb(234,21,122); }
html,body { height: 100%; margin: 0px; }
input { height: auto !important; }
</style>
<script src="elm.js"></script>
</head>
<body>
<script type="text/javascript">var runningElmModule = Elm.fullscreen(Elm.YPassword);</script>
</body>
</html>