3 <TITLE>Statuses
</TITLE>
5 body{ Display: Grid; Box-Sizing: Border-Box; Margin: Auto; Padding-Inline:
1REM; Min-Block-Size:
100VH; Inline-Size:
100%; Max-Inline-Size:
45REM; Align-Content: Center; Justify-Content: Stretch; Font-Family: Sans-Serif }
8 <NAV><P><A HRef=
/>Home
</A></P><UL></UL></NAV>
10 const ul = document.body.querySelector(
"nav>ul")
11 fetch(`${location}.jsonld`)
15 .appendChild(document.createElement(
"li"))
16 .appendChild(document.createElement(
"a"))
18 a.textContent =
"First Page" }
20 .appendChild(document.createElement(
"li"))
21 .appendChild(document.createElement(
"a"))
23 a.textContent =
"Latest Page" } })