Skip to content

Commit 0aa9bed

Browse files
authored
Add files via upload
1 parent f63c10d commit 0aa9bed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

example1.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
3+
<head>
4+
<title>My first site</title>
5+
</head>
6+
<body>
7+
<h1>Hello World</h1>
8+
<h2>Hello World</h2>
9+
<h3>Hello WOrld</h3>
10+
<h4>Hello World</h4>
11+
<h5>Hello WOrld</h5>
12+
<h6>Hello World</h6>
13+
<p>Hello World </p>
14+
</body>

0 commit comments

Comments
 (0)