瀏覽代碼

HTML home page created

DricomDragon 5 年之前
父節點
當前提交
a0508b74f0
共有 1 個文件被更改,包括 7 次插入0 次删除
  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>