added build for frontend
This commit is contained in:
39
frontend/build/index.html
Normal file
39
frontend/build/index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
<link rel="modulepreload" href="./_app/immutable/entry/start.CdAt-acJ.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/DXFuLnn_.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/D_7PzDbl.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/BBLY9M5a.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/entry/app.Cop1fWt1.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/CZrJE28H.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/DHfkBRZn.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/Bc4pQn3j.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/JLa9cZkT.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/DCPrr4KA.js">
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_wbcgzc = {
|
||||
base: new URL(".", location).pathname.slice(0, -1)
|
||||
};
|
||||
|
||||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("./_app/immutable/entry/start.CdAt-acJ.js"),
|
||||
import("./_app/immutable/entry/app.Cop1fWt1.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user