Browse Source

HTML home page created

DricomDragon 5 years ago
parent
commit
a0508b74f0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      public/index.html

+ 7 - 0
public/index.html

@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<head>
+	<title>Home of playground</title>
+</head>
+<body>
+	<h1>Hello !</h1>
+</body>