1 <?php include(
'server.php'); ?>
4 <html lang=
"en" dir=
"ltr">
8 <link rel=
"stylesheet" href=
"css/style.css">
12 <form
class=
"box" action=
"demologin.php" method=
"post">
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>