Revert "Update project structure and enhance build process"

This reverts commit 4cf3d9cfb5.
This commit is contained in:
2025-10-11 08:46:30 +01:00
parent 4cf3d9cfb5
commit 5952c7e657
15 changed files with 14 additions and 673 deletions

View File

@@ -2,16 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>ORLY?</title>
<link rel="icon" type="image/png" href="/orly-favicon.png" />
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/build/bundle.css" />
<script defer src="/build/bundle.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Next Orly</title>
<link rel="icon" href="/orly-favicon.png" type="image/png" />
<link rel="stylesheet" href="/bundle.css" />
</head>
<body></body>
<body>
<div id="app"></div>
<script src="/bundle.js"></script>
</body>
</html>