Prima versione senza scripting pagina index
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!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="https://cdn.mtdv.me/video/rick.mp4"><button>Login</button></a><br>
|
||||
<a href="https://cdn.mtdv.me/video/rick.mp4"><button>Registrati</button></a><br>
|
||||
<a href="https://cdn.mtdv.me/video/rick.mp4"><button>Logout</button></a><br>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user