소스 검색

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>