Files
jenna-tools/public/apa.html
bipproduction 822b68c10f tambahannya
2025-12-07 09:00:54 +08:00

13 lines
322 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>APA Page</title>
</head>
<body>
<h1>APA Page</h1>
<p>This is a test page to verify static file serving.</p>
<img src="/public/kelinci.png" />
</body>
</html>