Skip to content

Commit 888b62f

Browse files
g
1 parent 6254765 commit 888b62f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<html>
22
<head>
33
<meta charset="UTF-8">
4-
<title>My First Web Page</title>
4+
<title>Liksheet</title>
55
</head>
66
<body>
77
<h1>Hello, World!</h1>
88
<p>This is a paragraph of text.</p>
9+
10+
<ul>
11+
<li> <a href="/index (1).html">index (1)</a> </li>
12+
<li> <a href="/index_Version2.html">index_Version2 (1)</a> </li>
13+
</ul>
914
</body>
1015
</html>

0 commit comments

Comments
 (0)