chore: build and commit export-viewer static output
Pre-built SvelteKit static output for embedding into HTML export ZIPs. When viewer source changes, rebuild with `npm run build` in frontend/export-viewer/ and re-commit this directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
37
backend/static/export-viewer/index.html
Normal file
37
backend/static/export-viewer/index.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/_app/immutable/entry/start.ctwmcI8C.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/Dy1jDy4J.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/CcONa1Mr.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/BJ__EZ0W.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/entry/app.jfkZT8Zg.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/Bb9JxzU7.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/RsTAN2PN.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/Bxn6SmGf.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/BRDva_z9.js" rel="modulepreload">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_ftrcoq = {
|
||||
base: ""
|
||||
};
|
||||
|
||||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("/_app/immutable/entry/start.ctwmcI8C.js"),
|
||||
import("/_app/immutable/entry/app.jfkZT8Zg.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user