Skip to content

Commit

Permalink
Merge pull request #16 from 16bravo/feature/init_page_web
Browse files Browse the repository at this point in the history
init page web
  • Loading branch information
16bravo authored Dec 19, 2023
2 parents 2844594 + b01cb7b commit a12c8a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My GitHub Page</title>
</head>
<body>
<h1>Hello, GitHub Pages!</h1>
</body>
</html>

0 comments on commit a12c8a5

Please sign in to comment.