2024-06-14 16:57:20 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="fr">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="referrer" content="no-referrer">
|
|
|
|
|
<link rel="icon" href="data:,">
|
|
|
|
|
|
2025-04-16 10:19:09 +02:00
|
|
|
<title>Upload ods file</title>
|
2024-06-14 16:57:20 +02:00
|
|
|
|
|
|
|
|
<meta name="description" content=" ">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
|
|
<link crossorigin="anonymous" rel="stylesheet" href="./style/bootstrap-reset-4.6.2.css">
|
|
|
|
|
<link crossorigin="anonymous" rel="stylesheet" href="./style/better-css-defaults.css">
|
|
|
|
|
<link crossorigin="anonymous" rel="stylesheet" href="./style/layout.css">
|
|
|
|
|
|
|
|
|
|
<link crossorigin="anonymous" rel="stylesheet" href="./build/bundle.css">
|
|
|
|
|
|
2024-06-18 11:06:41 +02:00
|
|
|
<script src="./build/front-end.js" type="module" crossorigin="anonymous"></script>
|
2024-06-14 16:57:20 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<main>
|
|
|
|
|
<section class="svelte-main"></section>
|
|
|
|
|
</main>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|