-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1016 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1> Happy Birthday</h1>
<p> to the best boyfriend in the world. </p>
<div class="image-container1"></div>
<IMG SRC="aron1.GIF" width="350" height="350">
<IMG SRC="aron2.GIF" width="350" height="350">
<IMG SRC="aron3.GIF" width="350" height="350">
<IMG SRC="aron4.GIF" width="350" height="350">
</div>
<p>Literally so handsome </p>
<div class="image-container">
<IMG SRC="aron5.GIF" width="500" height="500" id = "last_pic">
</div>
<p> I've got a gift for you, but you'll have to solve a few challenges first to get it. </p>
<div class="pagination">
<a href="index.html" class="active">Intro</a>
<a href="index2.html">The Challenges</a>
</div>
</body>
</html>