-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="JS/main.js"></script>
<link rel="stylesheet" href="style.css">
<title>Feed</title>
</head>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="img/cell.jpg" alt="mobile">
</div>
<div class="instagram-continue">
<div class="white-box">
<img src="./img/logo.png" class="instagram-logo" alt="">
<div class="profile-photo">
<img src="./img/profile.jpg" alt="profie-photo">
</div>
<a href="#" class="login">Continue as Gold3Nd06</a>
<a href="#" class="logout">Remove</a>
</div>
<div class="white-box">
<p class="not-account">not Gold3Nd06?</p>
<p>
<span class="linkblue">Alternar conta</span>
ou
<span class="linkblue">Inscreva-se</span>
</p>
</div>
<div class="get-the-app">
<p class="get-app">Baixe o app</p>
<div class="download">
<a href="" class="app"></a>
<a href="" class="app"></a>
</div>
</div>
</div>
</div>
</body>
</html>