update index and style

This commit is contained in:
Andrea 2020-11-25 22:49:31 +01:00
parent 88c79099a2
commit 5ecd716b75
2 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,6 @@
padding: 0; padding: 0;
} }
#container { #wrapper {
} }

View File

@ -8,12 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
<title>Nullable</title> <title>Nullable</title>
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</head> </head>
<body> <body>
<div id="container"> <div id="wrapper">
<header> <header>
</header> </header>
<div id="content">
</div>
<footer> <footer>
</footer> </footer>