添加空白首页

v1.0
Mr.X 2018-05-04 17:02:57 +08:00
parent b6fa1cf23f
commit c654e118f5
1 changed files with 10 additions and 0 deletions

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>首页</title>
</head>
<body>
<h1>你好,世界!</h1>
</body>
</html>