ki-frontend/public/index.html

30 lines
944 B
HTML
Raw Normal View History

2021-09-19 12:55:33 +02:00
<!--
SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
2021-05-31 16:14:28 +02:00
<!DOCTYPE html>
2021-06-07 17:41:25 +02:00
<html lang="de">
2021-05-31 16:14:28 +02:00
<head>
2021-08-02 19:06:41 +02:00
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
2021-05-31 16:14:28 +02:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2021-07-28 21:52:12 +02:00
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon-96x96.png" sizes="96x96">
2021-07-28 21:52:12 +02:00
2021-06-07 17:41:25 +02:00
<title>Kompetenz Inventar der WTF eG</title>
2021-07-28 21:52:12 +02:00
<script src="<%= BASE_URL %>config.js"></script>
2021-05-31 16:14:28 +02:00
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>