summaryrefslogtreecommitdiff
path: root/static/404.html
AgeCommit message (Collapse)Author
2025-06-29static: replace error pageOphestra
Also add cat to error page.
2025-06-08Opt-into edge-to-edge by defaultcookiell546
Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ```
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-16Add Mastodon link to footertedgravlin
2022-11-27move GrapheneOS account to grapheneos.socialDaniel Micay
2022-11-07add metadata for temporary Mastodon accountDaniel Micay
2022-10-10add forum link to footerDaniel Micay
2021-11-18set up SRI for future use by CSP v3Daniel Micay
2021-06-23Add color-scheme meta tagMarco Janotta
2021-05-17use SVG for /favicon.ico if browser asks for itDaniel Micay
This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files.
2021-05-16use dedicated favicon.svg with dark mode supportDaniel Micay
2021-05-14rename grapheneos.css to main.cssDaniel Micay
2021-05-03use empty alt text for decorative header logoDaniel Micay
2021-05-03Add logo to site menuMarco Janotta
2021-04-19improve 404 page explanationDaniel Micay
2021-03-27migrate history page into an index pageDaniel Micay
2021-03-26automate CSS/JS cache bustingDaniel Micay
2021-03-08make a dedicated history pageDaniel Micay
2021-02-20use svg logo for footerDaniel Micay
2021-01-24create an install directory with an index pageDaniel Micay
2020-12-29declare and use a single Apple touch iconDaniel Micay
2020-12-29add LinkedIn to social site listDaniel Micay
2020-12-28add styling for inline code blocks tooDaniel Micay
2020-12-28add code block stylingDaniel Micay
2020-12-27add articles pageDaniel Micay
2020-12-23drop block display for coin-address p elementDaniel Micay
2020-12-22center cryptocurrency donation addressesDaniel Micay
2020-12-22add Monero donation addressDaniel Micay
2020-12-21handle changed -webkit-fill-available semanticsDaniel Micay
Chromium changed how this works to better match the evolving specification and our usage effectively became a no-op.
2020-12-08mark up site banner with header elementDaniel Micay
2020-12-07add machine-readable license informationDaniel Micay
2020-12-06use consistent id namingDaniel Micay
2020-12-06move main header id to main elementDaniel Micay
2020-12-05add features page to menu elsewhereDaniel Micay
2020-12-02sync CSS versionDaniel Micay
2020-12-02use id to style site menuDaniel Micay
2020-12-02use aria-current="page" instead of custom classDaniel Micay
2020-11-13update Open Graph prefix URLDaniel Micay
2020-11-07update Roboto Mono fontsDaniel Micay
2020-10-26reuse mask-icon.svg as an svg faviconDaniel Micay
Yandex.Webmaster requested an SVG favicon and there may be other software able to take advantage of it too.
2020-10-26use semantic main element instead of a divDaniel Micay
2020-04-24add initial custom 404 pageDaniel Micay