First version of the landing page
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<head>
+ <title>Home of playground</title>
+</head>
+<body>
+ <h1>Hello !</h1>
+ <h2>Dev</h2>
+ <p>Hey coucou ! Je suis sur la branche dev !</p>
+</body>