This commit is contained in:
creations 2025-05-10 21:54:12 -04:00
parent e438f308b8
commit 395b9fa305
Signed by: creations
GPG key ID: 8F553AA4320FC711
3 changed files with 49 additions and 1 deletions

View file

@ -1 +1,12 @@
<h1>Hello from Forgejo Pages</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>banana.me Site</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Hello from banana.me!</h1>
<p>This is a personal static site.</p>
</body>
</html>