瀏覽代碼

First main landing page with raw html

DricomDragon 5 年之前
父節點
當前提交
6da4b5785c
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      web/index.html

+ 8 - 0
web/index.html

@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+	<title>Platform Center</title>
+	<body>
+		<h1>Center</h1>
+		<p>Welcome to the Jovian Platform Center.</p>
+	</body>
+</html>