Skip to content

Commit

Permalink
Add index.html for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanjun Li authored and Yanjun Li committed Jul 9, 2024
1 parent 6fc0d4c commit d8c7f40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SegBook</title>
</head>
<body>
<h1>Welcome to SegBook</h1>
<p>This is a GitHub Pages site for the SegBook repository.</p>
</body>
</html>

0 comments on commit d8c7f40

Please sign in to comment.