Files
2026-08-04 06:53:36 -06:00

17 lines
489 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" lang="en">
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js"></script>
<title>JS Birthday</title>
</head>
<body>
<h1 id="personalizedGreetings"></h1>
<p>It's your special time of the year, where you're another year older! What new adventures await for the next year? Only time will tell...</p>
</body>
</html>