Skip to content

Commit 463eee4

Browse files
committed
Initial commit
0 parents  commit 463eee4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

test.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html>
2+
<head>
3+
<title>My Test page</title>
4+
</head>
5+
<body>
6+
<h1>Hello World !</h1>
7+
<p>First paragraph</p>
8+
<ul id="contacts">
9+
<li>Art</li>
10+
<li>Dina</li>
11+
<li>Chris</li>
12+
<li>Nick</li>
13+
</ul>
14+
</body>
15+
</html>

test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)