30 lines
1,006 B
HTML
30 lines
1,006 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="robots" content="noindex,nofollow">
|
|
<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">
|
|
<script defer src="https://pythagore.p0m.fr/script.js" data-website-id="76657392-8b72-4657-bf5d-b8f2cbc03203"></script>
|
|
<link href="/css/weather-icons.min.css" rel="stylesheet">
|
|
<title>Carnet de voyage</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 class="overscroll-y-contain">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|