-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
59 lines (46 loc) · 1.38 KB
/
index.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mohole little printer</title>
<link rel="stylesheet" href="fontawesome/css/all.min.css" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap"
rel="stylesheet"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<header>
<h1>Little Printer Workshop</h1>
</header>
<main class="cta-workshop">
<div>
<a href="sudoku.html">SUDOKU ANTI-NOIA</a>
</div>
<div>
<a href="drink.html">DRINK DEL GIORNO</a>
</div>
<div>
<a href="covid.html">CASI DEL COVID 24H</a>
</div>
<div>
<a href="poesia-del-giorno.html">POESIA DEL GIORNO</a>
</div>
<div>
<a href="testo.html">TESTO</a>
</div>
</main>
<footer>
<a href="https://www.moholepeople.it/codefighters/">
By CodeFighter
</a>
<section>
<a href="tel:+02 3651 3670"><i class="fas fa-phone-alt"></i></a>
<a href="mailto:segreteria@mohole.it"><i class="fas fa-envelope"></i></a>
<a href="https://scuola.mohole.it"><i class="fas fa-desktop"></i></a>
</section>
</footer>
</body>
</html>