Skip to content

Commit 41e15a4

Browse files
authored
Add initial HTML structure for the website
1 parent fc08a7f commit 41e15a4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>My GitHub Website</title>
5+
</head>
6+
<body>
7+
<h1>Hello world</h1>
8+
<p>This is my site.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)