-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 720 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello</h1>
<nav>
<a href="#">Home</a>
<a href="#">Contacts</a>
</nav>
<p>Lorem <b>ipsum dolor sit amet</b>, consectetur adipisicing elit. Deleniti aliquam maxime fuga voluptatum veritatis. Praesentium, nobis ullam necessitatibus corporis laborum facere quam velit error eveniet repellendus deserunt nisi et aut?</p>
<section>
<h2>About this page</h2>
</section>
<ul>
<li>333333333</li>
<li>111111111</li>
<li>2222222222</li>
</ul>
</body>
</html>