-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfora.html
More file actions
25 lines (25 loc) · 882 Bytes
/
Copy pathfora.html
File metadata and controls
25 lines (25 loc) · 882 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Special Cake Message</title>
<link rel="stylesheet" href="fora.css">
</head>
<body>
<div class="container">
<div class="message">
<h1>17 Days Left - Aida in your cake cutting haha,</h1>
<p>You will be special to me</p>
<p>Everytime, bhar ma jaye yeh soch k khud ko udas krun,</p>
<p>I can understand tera jo sb chl rha,</p>
<p>tujhe jo behtr lgta kr, <3</p>
<p>but tere ko aaana parenga,</p>
<p>ab tu kahy gi k ksy nu na dassi jojo sadyy vich hoya ey, hehe</p>
</div>
<div class="cake-container">
<img src="cake.webp" alt="Cake Image">
</div>
</div>
</body>
</html>