-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout2.html
More file actions
36 lines (33 loc) · 1.06 KB
/
about2.html
File metadata and controls
36 lines (33 loc) · 1.06 KB
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
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mi About pagina 2</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li>About</li></a>
<a href="about2.html"><li>About 2</li></a>
<a href="contact.html"><li>Contact</li></a>
<a href="contact2.html"><li>Contact2</li></a>
<a href="ContactDemo.html"><li>ContactDemo</li></a>
</ul>
</nav>
</header>
<h1>About</h1>
<p>Welcome to my about page</p>
<div class="wrapper">
<div class="box-grey a">A<img src="INFLUARG.jpg" alt="foto" height="200px"></div>
<div class="box-grey b">B</div>
<div class="box-grey c">C</div>
<div class="box-grey d">D</div>
<div class="box-grey e">E</div>
<div class="box-grey f">F</div>
</div>
</body>
</html>