-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 2.13 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
<!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="css/style.css">
<title>Meu_Instagram</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9379968300218927"
crossorigin="anonymous"></script>
</head>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="img/instagram-phone.png" alt="">
</div>
<div class="instagram-continue">
<div class="group">
<img src="img/logo.png" class="instagram-logo" alt="logo do instagram" height="90px">
<div class="profile-photo">
<img src="img/insta-perfil.jpg" alt="perfil do instagram">
</div>
<a href="#" class="instagram-login">Continue como SilvaJoao</a>
<a href="#" class="instagram-logout">Remover conta</a>
</div>
<div class="group">
<p class="not-account">Não é SilvaJoao ?</p>
<p class="not-account">
<span class="link-blue">Alternar contas</span>
ou
<a href="https://www.instagram.com/accounts/emailsignup/">
<span class="link-blue">Inscreva-se</span>
</a>
</p>
</div>
<div class="get-the-app">
<p class="get-app">Baixe o aplicativo</p>
<div class="download">
<a href="https://play.google.com/store/apps/details?id=com.instagram.android" class="app-download"></a>
<a href="https://apps.apple.com/us/app/instagram/id389801252" class="app-download"></a>
</div>
</div>
</div>
</div>
</body>
</html>