refactored the README.md file, added Dockerfile and public_html folder

This commit is contained in:
Andrea
2021-09-02 19:31:25 +02:00
parent 54346cbceb
commit 365078ae64
5 changed files with 27 additions and 42 deletions

View File

@@ -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>