EN · DE · RU · FR · ES

#2461: index.html

projectforge-webapp/index.html Type: HTML · Role: Component · Source: projectforge-webapp/index.html 17 lines · 17 code · 0 comments · 0 blank
Source code file at projectforge-webapp/index.html containing HTML code for the Component layer.

Code Structure

Page Title: ProjectForge

Scripts: /src/index.jsx

Source Code (abridged)

<!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>

Git History

bf988bc6d Eliminate 43 npm vulnerabilities: react-scripts→Vite, ESLint 9, dependency cleanup, bugfixes