X-Git-Url: https://git.ladys.computer/Status/blobdiff_plain/a9b961b486f4e9a64e388ffc8baa33d4c8eaf6f3..21ecd7087a02c246982e3306a71b3c97a9fdd6c4:/status.html diff --git a/status.html b/status.html index 72dfd04..4fce1ed 100644 --- a/status.html +++ b/status.html @@ -11,11 +11,15 @@ summary{ Padding-Block: 1REM; Font-Weight: Bold } details[open]>summary{ Border-Block-End: Thin Solid } header{ Padding-Block: 1REM; Text-Align: Start } footer{ Padding-Block: 1REM; Text-Align: End } +body>footer:Last-Of-Type{ Border-Block-Start: Thin Solid } footer p{ Margin-Block: 0 .5REM } footer time:Not([datetime]), footer small{ Font-Size: Inherit; Font-Style: Italic } </STYLE> <BODY> +<FOOTER> + <A HRef=https://www.ladys.computer/><IMG Width=88 Height=31 Style="Display: Block; Margin: Auto; Image-Rendering: Pixelated" Src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAfCAMAAABUFvrSAAAAAXNSR0IArs4c6QAAADBQTFRF////AAAAGhoaPj4+aGhok5OTvr6+cAAgmSJEs4qW897jH31jLLONOua1UwB0j2YApwkwfQAAAalJREFUSIm1lgGzgiAQhHM1o3sx/f9/++SOg+OAbJpxx0gxP9blxG7LRbot+xW6JzBmCvtjf/yiZwbPzidweE6Vxh6foVPwXsAVUvZAVME8ig51Di6OAao8KCXv8fkQII0D31ttHkyFwrzDK3cQkfSFZQnSwIHbWd1cFA2lgrk3dYVUYdJ04M1od471rvMXWTAKeJmAa3GvHZgJxHlwS1C7EvFHMPB6yWf1USikoFMshEI+cfyX1TmGcUgmEOSIZfIyd+D4lYUOnBlE1HpXMJdbwg7KLWWcDS8+Cp06WN8aO/QBCclu94BwxuwZGDjWSLXojOqzF/RgUBXJb18V02WqYddBesdZLgogRoeKpieiGboDr0aN43Qpb1EaOTo+0iawjsTtN4+0gGM2JrBYkAXcjvT1WnEC5nuI0g7A29rq1HG1qo71wK/H9/f7WC5X3pr1eASO9f5tFIOMD3BdlAvYRpEnr0TxtDMJM6cevLkgvOOm2mDKW9mQ0Trw9NWkNdW8Ru2B3P8PL9PBpVaAP/n1y7S/9LMy+DH9QQLTLxLwVX+xtkt0gC/SP0CwO6Ncy8sUAAAAAElFTkSuQmCC" Alt="Lady’s Computer"></A> +</FOOTER> <SCRIPT Type=module> const parser = new DOMParser const index = `${new URL(".", location).toString().slice(0, -1)}.jsonld` @@ -130,6 +134,6 @@ fetch(index) const summary = details.appendChild(document.createElement("summary")) summary.textContent = title details.append(...document.importNode(article, true).childNodes) - document.body.replaceChildren(header, wrapper, footer) } - else document.body.replaceChildren(header, document.importNode(article, true), footer) }) + document.body.replaceChildren(header, wrapper, footer, document.body.querySelector("footer")) } + else document.body.replaceChildren(header, document.importNode(article, true), footer, document.body.querySelector("footer")) }) </SCRIPT>