-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 882 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Interface GitHub</title>
</head>
<body>
<section id="computador">
<iframe src="home.html" name="tela" id="tela" frameborder="0"></iframe>
</section>
<section id="sites">
<a href="home.html" target="tela" alt="home"><img src="imagens/logo-home.jpg" alt="home"></a> <br>
<a href="instagram.html" target="tela" alt="Instagram"><img src="imagens/logo-instagram.jpg" alt="Instagram"></a> <br>
<a href="github.html" target="tela" alt="GitHub"><img src="imagens/logo-github.jpg" alt=""></a> <br>
<a href="linkedin.html" target="tela" alt="Linkedin"><img src="imagens/logo-linkedin.png" alt="Linkedin"></a>
</section>
</body>
</html>