-
Notifications
You must be signed in to change notification settings - Fork 468
/
index.html
31 lines (28 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>Do Now</title>
<link rel="stylesheet" href="style.css">
<script defer src="variables.js"></script>
<script defer src="script.js"></script>
</head>
<body>
<div class="navbar">
<a href="index.html">Do Now</a>
<a href="fairyTale.html">Fairy Tale</a>
</div>
<img class="logo" src="https://thumbs.dreamstime.com/b/instagram-141049465.jpg">
<hr>
<div class="header">
<img class="profile" src="https://pbs.twimg.com/media/D7dBfozUEAEkItp.jpg">
<div>
<h1 class="name"></h1>
<button>Edit Profile</button>
</div>
</div>
<p><span class="name"></span>: <span class="followers"></span> followers <br><em>Chicago, IL</em></p>
<img class="main" src="https://pbs.twimg.com/media/D7dBfozUEAEkItp.jpg">
<p>♡ liked by itscodenation and others </p>
<p><span class="name"></span>: Felt cute. Might delete later. #fluff</p>
</body>
</html>