refactored the README.md file, added Dockerfile and public_html folder
This commit is contained in:
33
index.html
33
index.html
@@ -1,33 +0,0 @@
|
||||
<!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>
|
Reference in New Issue
Block a user