install project

This commit is contained in:
2026-04-13 08:21:07 +00:00
commit a29002b429
9849 changed files with 2198294 additions and 0 deletions

9
app/page.tsx Normal file
View File

@@ -0,0 +1,9 @@
export default function Home() {
return (
<main style={{ padding: 40 }}>
<h1>Offline Next.js Template 🚀</h1>
<p>This project was generated completely offline.</p>
</main>
);
}