-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Val.</title>
<link rel="stylesheet" href="./CSS/styles.css">
</head>
<body>
<div id="frame">
<h1>Happy Valentine's Day!</h1>
<img class="img-top" src="./images/Screenshot_20230215-151841.jpg" alt="Picture">
<p>My <span>Dearest Wife</span>, on this Valentine's Day, I want to remind you of how much i cherish you no matter what and together we will get through these tough times, hand in hand, with our love as our compass. <span>love of my life</span> I may not have all the answers for now, but i promise to stand by your side, to <span>love, care, and support</span> you no matter what.</p>
<img id="heart" src="./images/Screenshot_20230215-151932.jpg" alt="Photo">
<div id="message"><strong><em>Faith</em></strong>, I Love You More Than Words Can Say.</div>
</div>
</body>
</html>