Initial Commit

This commit is contained in:
2021-04-09 16:46:47 +02:00
commit 36a37bcd7e
8 changed files with 327 additions and 0 deletions

12
50Days/day1.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="day1.css">
</head>
<body></body>
</html>