A pink-themed "Work In Progress" landing page with an inline logo, a Discord CTA, and an optional countdown timer.
- Discord link: Edit the
hrefof#discord-linkinindex.html. - Release date: Set the ISO timestamp on
data-release-dateof#countdowninindex.html.- Example:
2025-12-01T00:00:00Z(UTC). Use your own timezone or convert to UTC.
- Example:
- Hide countdown by default: Set
data-default-hidden="true"on#countdown. - Persisted toggle: The hide/show state is saved in
localStorageunder keywip.countdown.hidden. - Remove countdown entirely: Delete the entire
<section id="countdown">…</section>fromindex.htmland remove related styles if desired.
- The page is responsive and accessible (focus styles, aria labels, live timer, reduced motion friendly by default).
- Open Graph/Twitter meta tags are included. Add an image if available for richer link previews.
Open index.html in your browser, or serve the folder with a static server if you prefer.
Start-Process index.html