add static.html

This commit is contained in:
whale 2020-04-26 17:16:49 +08:00
parent 920680ee3d
commit 4ba5e3fc57

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>This is example</title>
</head>
<body>
<h1>Hello zhamao!</h1>
</body>
</html>