Skip to content

Commit 6254765

Browse files
Add basic HTML structure for a web page
1 parent 7189fd3 commit 6254765

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
1+
<html>
2+
<head>
3+
<meta charset="UTF-8">
4+
<title>My First Web Page</title>
5+
</head>
6+
<body>
7+
<h1>Hello, World!</h1>
8+
<p>This is a paragraph of text.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)