mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
34 lines
758 B
Text
34 lines
758 B
Text
<html>
|
|
<body bgcolor="#212127">
|
|
<head>
|
|
<title>login</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.6" />
|
|
<style>
|
|
.text {
|
|
color: white;
|
|
}
|
|
.title {
|
|
font: normal 28px Verdana;
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<center>
|
|
<h2 class='title'>
|
|
Frylabs Login
|
|
</h2>
|
|
<div class='text'>
|
|
Jelszó:
|
|
</div>
|
|
<form action="http://api.frylabs.net/login" method="POST">
|
|
<input type='text' id='pw' name='pw' />
|
|
<input type='submit' value='Submit' formmethod='post' />
|
|
</form>
|
|
</center>
|
|
</body>
|
|
<script>
|
|
</script>
|
|
</html>
|