<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>