Files
php-aeroporto-sessioni/index.php
T

27 lines
712 B
PHP

<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gestione aeroporto</title>
<link rel="stylesheet" href="style.css">
<style>
.no{
text-align: center;
}
button{
margin: 10px 10px 10px 10px;
width: 350px;
}
</style>
</head>
<body>
<div class="no">
<h2>Gestione Aeroporto</h2>
<a href="login.php"><button>Login</button></a><br>
<a href="register.php"><button>Registrati</button></a><br>
<a href="https://cdn.mtdv.me/video/rick.mp4"><button>Logout</button></a><br>
</div>
</body>
</html>