-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lorem Ipsum - Porpiglia 3AINF</title>
<link rel="stylesheet" href="PAGES/CSS/style.css">
<link rel="stylesheet" href="PAGES/CSS/googleMaterialIcons.css">
<link rel="stylesheet" href="PAGES/CSS/GoogleFonts.css">
<link rel="icon" type="image/x-icon" href="PAGES/IMAGES/Favicon/css_FILL0_wght400_GRAD0_opsz48.svg">
</head>
<body>
<div class="center">
<span class="material-symbols-outlined">
css
</span>
<span class="material-symbols-outlined">
favorite
</span>
<p>Ecco il mio bel sito che dimostra come so usare bene il CSS</p>
<p>Alessandro Porpiglia 3AINF - 2022</p>
<hr class="half-width">
<ul>
<li> <a href="PAGES/pg1.html">Pagina che dimostra il CSS esterno</a> </li>
<li> <a href="PAGES/pg2.html">Pagina che dimostra il CSS interno</a> </li>
<li> <a href="PAGES/pg3.html">Pagina che dimostra il CSS In-Line</a> </li>
</ul>
</div>
</body>
</html>