project-vivi/index.html
martino c5ed438275 Primi file
Prime bozze dei file, da sistemare
2024-08-03 14:37:20 +02:00

30 lines
981 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>ViviGubbio - Vivere la citt&agrave; di Gubbio... Intensamente!</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" href="base.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<nav class="icon-bar">
<a class="active" href="#"><i class="fa fa-home"></i></a>
<a href="#"><i class="fa fa-muntain-sun"></i></a>
<a href="#"><i class="fa fa-pizza-slice"></i></a>
<a href="#"><i class="fa fa-hotel"></i></a>
<a href="#"><i class="fa fa-search"></i></a>
</nav>
</header>
<section>b</section>
<footer>
<section>1</section>
<section>2</section>
<section>3</section>
</footer>
</body>
</html>