-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 1013 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projeto Social</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<img src="./images/frame-iphone.png" alt="frame-iphone" id="iphone">
<iframe src="./pages/home.html" frameborder="0" id="screen" name="screen"></iframe>
<a href="./pages/home.html" target="screen"><img src="./images/logo-home.jpg" alt="logo-home" class="option"></a> <br>
<a href="./pages/github.html" target="screen"><img src="./images/logo-github.jpg" alt="logo-github" class="option"></a> <br>
<a href="./pages/insta.html" target="screen"><img src="./images/logo-instagram.jpg" alt="logo-instagram" class="option"></a> <br>
<a href="./pages/linkedin.html" target="screen"><img src="./images/logo-linkedin.png" alt="logo-linkedin" class="option"></a> <br>
</body>
</html>