-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.php
23 lines (22 loc) · 989 Bytes
/
template.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap">
</head>
<body>
<div>
<h1 style="text-align: center; font-family: sans-serif;">Happy Birthday! <?php echo $name?></h1>
</div>
<div>
<p style="text-align: center; font-family: sans-serif;">Wishing you a very happy birthday! May your special day be filled with joy, laughter, and wonderful memories.</p>
<p style="text-align: center; font-family: sans-serif;">May all your dreams and aspirations come true in the coming year. Enjoy this day to the fullest!</p>
</div>
<div>
<p style="text-align: center; font-family: sans-serif;">Best wishes,</p>
<p style="text-align: center; font-family: Verdana, Geneva, sans-serif;">Your Name</p>
<div/>
</div>
</body>
</html>