3 <TITLE>Statuses
</TITLE>
5 html{ Color: #E3E3E3; Background: #
700020; Font-Family: UI-Rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, Sans-Serif; Line-Height:
1.5; Text-Shadow: Calc(
1EM /
12) Calc(
1EM /
12) #
000000 }
6 body{ Display: Grid; Box-Sizing: Border-Box; Margin: Auto; Padding-Inline:
1CH; Min-Block-Size:
100VH; Inline-Size:
100%; Max-Inline-Size:
48REM; Align-Content: Center; Justify-Content: Stretch }
7 :Any-Link{ Color: #
87E6DD }
10 <NAV><P><A HRef=
/>Home
</A></P><UL></UL></NAV>
12 const ul = document.body.querySelector(
"nav>ul")
13 fetch(`${location}.jsonld`)
17 .appendChild(document.createElement(
"li"))
18 .appendChild(document.createElement(
"a"))
20 a.textContent =
"First Page" }
22 .appendChild(document.createElement(
"li"))
23 .appendChild(document.createElement(
"a"))
25 a.textContent =
"Latest Page" } })