23 lines
1.3 KiB
JavaScript
23 lines
1.3 KiB
JavaScript
import { c as createAstro, a as createComponent, r as renderTemplate, f as renderComponent, m as maybeRenderHead } from '../astro.d5504d79.mjs';
|
|
import 'html-escaper';
|
|
import { $ as $$Err404 } from './404.astro.ac492b66.mjs';
|
|
/* empty css *//* empty css *//* empty css */
|
|
const $$Astro = createAstro("https://limepot.xyz");
|
|
const $$GmodLoading = createComponent(async ($$result, $$props, $$slots) => {
|
|
const Astro2 = $$result.createAstro($$Astro, $$props, $$slots);
|
|
Astro2.self = $$GmodLoading;
|
|
return renderTemplate`${renderComponent($$result, "Layout", $$Err404, { "title": "Loading...", "class": "astro-W5LHOOVP" }, { "default": ($$result2) => renderTemplate`
|
|
${maybeRenderHead()}<main class="astro-W5LHOOVP">
|
|
<marquee behavior="alternate" scrollamount="30" class="astro-W5LHOOVP">
|
|
<marquee behavior="alternate" scrollamount="30" direction="down" class="astro-W5LHOOVP">
|
|
<img src="/assets/branding/gmod_logo.png" class="astro-W5LHOOVP">
|
|
</marquee>
|
|
</marquee>
|
|
</main>
|
|
` })}`;
|
|
}, "/var/www/limepot-xyz/src/pages/export/gmod_loading.astro", void 0);
|
|
|
|
const $$file = "/var/www/limepot-xyz/src/pages/export/gmod_loading.astro";
|
|
const $$url = "/export/gmod_loading";
|
|
|
|
export { $$GmodLoading as default, $$file as file, $$url as url };
|