-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 738 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 738 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
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello</title>
</head>
<body>
<section>
<h1>This is a new page</h1>
| </section>
<section>
<p>In this page i do a several things to rememeber how to work with html</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Libero ut facilis
aliquam accusantium odit, molestias labore quis doloremque saepe optio
atque perspiciatis odio.</p>
<p>this is line made in my laptop xd</p>
</section>
<section>
<li>Start</li>
<li>Links</li>
<li>Review</li>
</section>
</body>
</html>