Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

zekena / Unit-calculator

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Unit-calculator
  • login
  • log.php
Find file
BlameHistoryPermalink
  • zekena's avatar
    FInal · ec0c4c73
    zekena committed 6 years ago
    ec0c4c73
log.php 790 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
<?php

?>
<!DOCTYPE html>
<html>

<head>

  <meta charset="UTF-8">

  <title>Signup</title>

    <link rel="stylesheet" href="../css/login_style.css" media="screen" type="text/css" />

</head>

<body>

  <html lang="en-US">
  <head>

    <meta charset="utf-8">

    <title>Login</title>
  </head>

  <body>

    <div class="container">

      <div id="login">

        <form action="" method="get">

          <fieldset class="clearfix">

            <p><input type="text" name="sign_username" placeholder="Username"></p> 
            <p><input type="password"  name="sign_password"  placeholder="Password"></p>
            <p><input type="submit" name="submit" placeholder="Submit"></p>

          </fieldset>

        </form>
      </div> 

    </div>

  </body>
</html>

</body>

</html>