-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.02 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="estilos/style.css">
<title>MUBI</title>
</head>
<body>
<header>
<img src="imagens/mubi2.png" alt="mubi" class="logo">
</header>
<main>
<section id="mockup">
<iframe src="imagens/home.PNG" name="tela" id="tela" frameborder="0"></iframe>
</section>
<section id="contato">
<a href="instagram.html" target="tela"><img src="imagens/instagram.png" alt="instagram"></a><br>
<a href="tiktok.html" target="tela"><img src="imagens/tiktok.png" alt="tiktok"></a><br>
<a href="x.html" target="tela"><img src="imagens/x.png" alt="x"></a><br>
<a href="youtube.html" target="tela"><img src="imagens/youtube.png" alt="youtube"></a>
</section>
</main>
</body>
</html>