Skip to content

justpleaseSTAYhere/stay-reconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress Page

A pink-themed "Work In Progress" landing page with an inline logo, a Discord CTA, and an optional countdown timer.

Customize

  • Discord link: Edit the href of #discord-link in index.html.
  • Release date: Set the ISO timestamp on data-release-date of #countdown in index.html.
    • Example: 2025-12-01T00:00:00Z (UTC). Use your own timezone or convert to UTC.
  • Hide countdown by default: Set data-default-hidden="true" on #countdown.
  • Persisted toggle: The hide/show state is saved in localStorage under key wip.countdown.hidden.
  • Remove countdown entirely: Delete the entire <section id="countdown">…</section> from index.html and remove related styles if desired.

Notes

  • 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.

Try it locally (Windows PowerShell)

Open index.html in your browser, or serve the folder with a static server if you prefer.

Start-Process index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors