-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHannah-s_Birthday.html
22 lines (22 loc) · 1.19 KB
/
Hannah-s_Birthday.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en_us">
<head>
<meta charset="UTF-8">
<meta name="description" content="A virtual birthday card for Hannah Williams">
<meta name="keywords" content="Hannah,Williams,birthday,happy,18,card">
<meta name="author"content="Santi Vallejo">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>🎈Happy Birthday Hannah!🎈</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<canvas id="confetti"></canvas>
<h1 id="title">⇩ A Message To You! ⇩</h1>
<br>
<br>
<p>Happy 18th birthday to the best girlfriend and best friend in the whole world! I'm so happy to be here for such a big day in your life, and I'll definitely be there for many more birthdays to come! Everyday I spend with you is better than the last, and I fall in love with you more and more everyday. We may have a little trouble some days, but we always find a fix for them in the end. I love you more than anything in the whole world! And I'll love you forever, no matter what! I love you buddy :) <span style="color: red">♥</span></p>
<br>
<br>
<script type="text/javascript" src="confetti.js"></script>
</body>
</html>