-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
29 lines (23 loc) · 931 Bytes
/
Copy pathfooter.html
File metadata and controls
29 lines (23 loc) · 931 Bytes
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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="contft">
<div id="logoft"></div>
<div id="foot">
<div id="left">
<a href="about.php" class="infoft">Chi siamo</a>
</div>
<div id="center">
<p>@2022 Made with <mark class="h">💖</mark>by Simone Lutero & Eleonora Fabbri</p>
</div>
<div id="right">
<p> Contatti </p>
<p><a class="infoft" href="mailto:s4842235@studenti.unige.it?subject=Informazioni progetto">s4842235@studenti.unige.it</a></p>
<p><a class="infoft" href="mailto:s4801326@studenti.unige.it?subject=Informazioni progetto">s4801326@studenti.unige.it</a></p>
</div>
</div>
</div>
</body>
</html>