-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 817 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (21 loc) · 817 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday Project</title>
</head>
<body>
<h1>It's My Birthday!</h1>
<h2>On the 12th May</h2>
<img src="https://images.unsplash.com/photo-1602351447937-745cb720612f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1886&q=80" alt="Cake Image" height="300px">
<h3>What to bring: </h3>
<ul>
<li>Baloons(i Love baloon)</li>
<li>Cake(I'm really good at eating)</li>
<li>An appetite(There will be lots of food)</li>
</ul>
<h3>this is where you need to go: </h3>
<a href="https://www.facebook.com/login/">Facebook Login</a>
</body>
</html>