Skip to content

Commit

Permalink
feat: create helloWorld index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcodercrane committed May 2, 2023
1 parent 5ce8aef commit d1e8b0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>

0 comments on commit d1e8b0b

Please sign in to comment.