Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | import { c as create_ssr_component, v as validate_component } from "../../chunks/ssr.js"; import "@jga/apis"; import { L as Loader } from "../../chunks/loader.js"; import "../../chunks/button.svelte_svelte_type_style_lang.js"; const css = { code: "body{background:black;color:white;font-size:0.75rem}body button{font-size:small;padding:0.25rem 0.5rem;position:relative;top:-0.5rem}body nav a{color:white}body table thead{background-color:transparent;color:white}body table tr:nth-child(2n){background-color:transparent}body table tfoot tr td .nav{text-align:center}body table tfoot tr td .nav a{color:white}", map: null }; const Page = create_ssr_component(($$result, $$props, $$bindings, slots) => { $$result.css.add(css); return ` ${$$result.head += `<!-- HEAD_svelte-1goh2eb_START -->${$$result.title = `<title>Marvel Champions</title>`, ""}<html lang="en-GB"></html><!-- HEAD_svelte-1goh2eb_END -->`, ""} ${`${validate_component(Loader, "Loader").$$render($$result, {}, {}, {})}`}`; }); export { Page as default }; |