-
Notifications
You must be signed in to change notification settings - Fork 0
/
SchermataIscrizione.html
36 lines (32 loc) · 1.2 KB
/
SchermataIscrizione.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/FoglioDiStile.css">
<title>Schermata Iscrizione</title>
<link rel="icon" type="image/png" sizes="32x32" href="favicon/android-chrome-192x192.png">
<link rel="stylesheet" type="text/css" href="css/FoglioDiStile.css">
<meta name=”description” content=””/>
<meta name=”keywords” content=””/>
<!-- Fonte per le icone-> https://ionicons.com/ -->
<!-- Fonte per le immagini (copyright free)-> https://www.pexels.com/ -->
</head>
<body>
<div class="hero-image1">
<div class="hero-text1">
<div class="button1">
<h1><a href="./PannelloIscrizioneCliente.html"> Diventa un viaggiatore </a></h1>
</div>
</div>
</div>
<div class="hero-image2">
<div class="hero-text2">
<div class="button3">
<h1> <a href="./PannelloIscrizioneProprietario.html"> Diventa un proprietario</a></h1>
</div>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
</html>