PlacementExperience
demologin.php
1 <?php include('server.php'); ?>
2 
3 <!DOCTYPE html>
4 <html lang="en" dir="ltr">
5  <head>
6  <meta charset="utf-8">
7  <title>ŮŽLogin</title>
8  <link rel="stylesheet" href="css/style.css">
9  </head>
10  <body>
11 
12 <form class="box" action="demologin.php" method="post">
13  <h1>Login</h1>
14  <input type="text" name="email" placeholder="Email">
15  <input type="password" name="password" placeholder="Password">
16  <input type="submit" name="login_user" value="Login">
17  <a href="demoreg.php" class="anchor">New User?</a>
18 </form>
19 
20 
21 
22  </body>
23 </html>