-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (36 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redes</title>
<link rel="stylesheet" href="estilo/style.css">
<link rel="shortcut icon" href="imagens/favicon.png" type="image/png">
</head>
<body>
<main>
<section id="telefone">
<iframe src="home.html" frameborder="0" name="tela"></iframe>
</section>
<section id="redes">
<a href="github.html" target="tela">
<img src="imagens/logo-github.jpg" alt="github">
</a> <br>
<a href="instagram.html" target="tela">
<img src="imagens/logo-instagram.jpg" alt="instagram">
</a> <br>
<a href="twitter.html" target="tela"> <img src="imagens/logo-twitter.jpg" alt="twitter">
</a> <br>
<a href="facebook.html" target="tela">
<img src="imagens/logo-facebook.jpg" alt="Facebook">
</a> <br>
<a href="youtube.html" target="tela">
<img src="imagens/logo-youtube.jpg" alt="youtube">
</a> <br>
<a href="home.html" target="tela">
<img src="imagens/logo-home.jpg" alt="home">
</a> <br>
</section>
</main>
</body>
</html>