27 lines
841 B
HTML
27 lines
841 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="referrer" content="no-referrer">
|
|
<link rel="icon" href="data:,">
|
|
|
|
<title>Upload ods/xlsx</title>
|
|
|
|
<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">
|
|
|
|
<script src="./build/bundle.js" type="module" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<section class="svelte-main"></section>
|
|
</main>
|
|
</body>
|
|
</html>
|