init commit

This commit is contained in:
2026-08-04 06:53:36 -06:00
commit 5df8484e8f
91 changed files with 2859 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!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>