frontend: add comment in index
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
1edc1690db
commit
c8f3babab9
2 changed files with 25 additions and 12 deletions
|
|
@ -1,14 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr" class="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
|
||||
<title>carnet de voyage été 2024 - kektus</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
|
||||
<title>carnet de voyage été 2024 - kektus</title>
|
||||
</head>
|
||||
<!--
|
||||
|
||||
KEKTUS SUMMER 2024
|
||||
Copyright 2024
|
||||
|
||||
This app is open-source and is licensed under the MIT license.
|
||||
See the code at https://gitlab.kektus.xyz/kektus/services/summer2024
|
||||
|
||||
Built with open-source software, see the licenses at
|
||||
https://summer2024.kektus.fr/third-party-licenses.txt
|
||||
|
||||
!-->
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ export default defineConfig({
|
|||
esbuild: {
|
||||
drop: []
|
||||
}
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue