Explorar el Código

HTML home page created

DricomDragon hace 6 años
padre
commit
a0508b74f0
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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>