-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.23 KB
/
index.html
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
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>El Roger Page</title>
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<header>
<h1>Bem vindos ao sitezinho do Roger!</h1>
<a href="contactos.html">contactos</a>
</header>
<main>
<h2>Quem sou eu?</h2>
<img src="images/roger.webp" alt="euzinho" />
<p>Olã́, o meu noem é Roger</p>
<p>Sou o diretor do Tecnick Lisb</p>
<h2>As minhas obras!</h2>
<ul>
<li>Busca do D.Sebastiao</li>
<li>D. Sebastião perdido na Atlantida</li>
</ul>
<h2>Os meus papers</h2>
<ol>
<li>O poder (col)aço</li>
<li>pure do social e as suas consequencias</li>
<li>suspensão de eleiçoes: um how to</li>
</ol>
<h2>Fun facts</h2>
<p>Não sei</p>
</main>
<footer>
CC Roger 2021
</footer>
</body>
</html>