Archived
1
0
Fork 0
This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/dist/chunks/pages/gmod_loading.astro.3a5a83d3.mjs
2024-04-17 03:10:54 -06:00

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 };