Add index for starting exercice

This commit is contained in:
mathieu cans
2021-07-08 13:48:15 +02:00
parent 114b86c54e
commit 677049f5af

11
src/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div class="header">this is a green header</div>
<div class="content">this is a red content</div>
</body>
</html>