add index.html and style.css

This commit is contained in:
Andrea 2020-11-21 09:13:58 +01:00
parent 2c1ab52672
commit 48a16b21da
2 changed files with 19 additions and 0 deletions

4
css/style.css Normal file
View File

@ -0,0 +1,4 @@
* {
margin: 0;
padding: 0;
}

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!doctype html>
<html lang="en" 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>
</head>
<body>
</body>
</html>