Selaa lähdekoodia

HTML home page created

DricomDragon 6 vuotta sitten
vanhempi
commit
a0508b74f0
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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>