Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 30 additions & 23 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,41 @@
/>
<link rel="apple-touch-icon" href="/favicon.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
___ ______ ____ _____ _ __
/ | / ____/ / __ \ / ___/ / | / /
/ /| | / / __ / / / / \__ \ / |/ /
/ ___ |/ /_/ / / /_/ / ___/ / / /| /
/_/ |_|\____/ /_____/ /____/ /_/ |_/

~~~~
Uns gefällt, wo Du hinschaust. Du willst mehr sehen? Schreib uns auf du-bist-gefragt<at>agdsn.de!

~~~~
We like where you're looking. Wanna see more? Contact us at du-bist-gefragt<at>agdsn.de!

Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="manifest" href="/manifest.json" />
<title>Ident</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
<div class="App background-container">
<div class="blur-overlay">
<div id="lang"></div>
<div class="App-header">
<div class="image-container">
<img src="/src/agdsn_logo_weiß.png" class="App-logo" alt="AG DSN" />
</div>
<div id="root"></div>
</div>

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/main.tsx"></script>
<noscript>
<center>
<p><strong>You need to enable JavaScript to run this app.</strong></p>
<p><strong>Um diese Anwendung zu nutzen, muss JavaScript aktiviert sein.</strong></p>
</center>
</noscript>
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading