-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (25 loc) · 1.5 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
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projeto Redes Sociais</title>
<link rel="shortcut icon" href="pacote-d013/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="estilos/estilo do index.css">
</head>
<body>
<main>
<section id="phone">
<iframe name="iframe principal" src="iframes/home.html" frameborder="-1"></iframe>
</section>
<section id="sr">
<a href="iframes/favebbok.html" target="iframe principal"><img class="ir" src="pacote-d013/imagens/logo-facebook.jpg" alt=""></a><br>
<a href="iframes/github.html" target="iframe principal"><img class="ir" src="pacote-d013/imagens/logo-github.jpg" alt=""></a><br>
<a href="iframes/home.html" target="iframe principal"><img class="ir"src="pacote-d013/imagens/logo-home.jpg" alt=""></a><br>
<a href="iframes/instagram.html" target="iframe principal"><img class="ir"src="pacote-d013/imagens/logo-instagram.jpg" alt=""></a><br>
<a href="iframes/twiter.html" target="iframe principal"><img class="ir"src="pacote-d013/imagens/logo-twitter.jpg" alt=""></a><br>
<a href="iframes/youtubr.html" target="iframe principal"><img class="ir"src="pacote-d013/imagens/logo-youtube.jpg" alt=""></a>
</section>
</main>
</body>
</html>