Skip to content

Commit e5f401c

Browse files
committed
wip
1 parent 2558fdd commit e5f401c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>This is the title of the webpage!</title>
4+
</head>
5+
<body>
6+
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)