website/index.html
2021-01-04 17:25:33 +01:00

34 lines
808 B
HTML

<!doctype html>
<html lang="it" dir="ltr">
<head>
<meta charset="utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="author" content="Andrea Foletto"/>
<meta name="description" content="index"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="css/style.css">
<title>Nullable</title>
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<header>
</header>
<nav>
<a href="#">Mi presento</a>
<a href="#">Contatti</a>
</nav>
<div id="content">
</div>
<footer>
</footer>
</div>
</body>
</html>