index.htmlprojectforge-webapp/index.html containing HTML code for the Component layer.Page Title: ProjectForge
Scripts: /src/index.jsx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="google" content="notranslate">
<link rel="shortcut icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="manifest.json" />
<title>ProjectForge</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
bf988bc6d Eliminate 43 npm vulnerabilities: react-scripts→Vite, ESLint 9, dependency cleanup, bugfixes