feat: add Next.js base structure from existing project

This commit is contained in:
Pixel
2026-04-11 20:22:01 +02:00
parent 80d96cff75
commit f0359804d4
9 changed files with 265 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Pixel - Architektin der FaeBits-Anderswelt" />
<title>Pixel | Tor der Wandlerin</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>