up
This commit is contained in:
36
web/build/index.html
Normal file
36
web/build/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Rental Manager</title>
|
||||
<link href="/_app/immutable/entry/start.C3I7xU3P.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/6cgBTYw-.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/DHedsUi_.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/oVx0hpG8.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/entry/app.CdLU2Zc4.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/G8UKEBBn.js" rel="modulepreload">
|
||||
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_80oik8 = {
|
||||
base: ""
|
||||
};
|
||||
|
||||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("/_app/immutable/entry/start.C3I7xU3P.js"),
|
||||
import("/_app/immutable/entry/app.CdLU2Zc4.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user