<!DOCTYPE HTML>
<html>
<head>
<title>Americano</title>
<!-- Meta Tags -->
<?php header("Content-type: text/html; charset=utf-8"); ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css" />
<script src="jquery/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</head>
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta Tags -->
<!-- Font-Awesome-CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<!--// Font-Awesome-CSS -->
<!-- Required Css -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!--// Required Css -->
<!--fonts-->
<link href="//fonts.googleapis.com/css?family=Montserrat:300,400,500,600" rel="stylesheet">
<!--//fonts-->
</head>
<body>
<!--background-->
<h1>WANT FOOD</h1>
<div class="caption">
<h3 style="color: red" ><p>Lanches</p></3>
</div>
<!-- Main-Content -->
<div class="main-w3layouts-form">
<h2>Seja bem-vindo!</h2>
<!-- main-w3layouts-form -->
<form action="login.php" method="post">
<div class="fields-w3-agileits">
<span class="fa fa-user" aria-hidden="true"></span>
<input type="text" name="login" required="" placeholder="Login" />
</div>
<div class="fields-w3-agileits">
<span class="fa fa-key" aria-hidden="true"></span>
<input type="password" name="senha" required="" placeholder="Senha" />
</div>
<div class="remember-section-wthree">
<ul>
<li> <a href="cadastro/?=pagina&de&cadastro">Cadastra-se</a> </li>
</ul>
<div class="clear"> </div>
</div>
<input type="submit" name="entrar" value="Login" />
</form>
<!--// main-w3layouts-form -->
<!-- Social icons -->
<!--// Social icons -->
</div>
<!--// Main-Content-->
<!-- copyright -->
<div class="copyright-w3-agile">
<p>© 2023 Americano lanches. All Rights Reserved | Design by Americano lanches.</p>
</div>
<!--// copyright -->
<!--//background-->
</body>
</html>