feat(init): contact and donate page

This commit is contained in:
Saahil dutta 2024-12-22 01:46:24 -05:00
parent 4e14200ba7
commit 438dd29698
Signed by: neon
GPG key ID: 8A8B64515254CFC6
2 changed files with 156 additions and 0 deletions

11
public/contact.php Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact :3</title>
</head>
<body>
</body>
</html>