Skip to content

Commit

Permalink
feat: simple home page of website
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Sep 10, 2024
1 parent 5096bd5 commit 22a9ea7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .knosys/sites/default/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="zh-CN" dir="ltr">
<head>
<meta charset="UTF-8">
<title>OpenBuild Web3 前端训练营</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<p>敬请期待😚</p>
</body>
</html>

0 comments on commit 22a9ea7

Please sign in to comment.