Skip to content

melo706/bona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bondu waitlist page

Simple static waitlist page with:

  • mandatory email
  • 5 optional product questions
  • English copy + German transcript text
  • localStorage save + CSV export

Open in your browser (step-by-step)

  1. Open a terminal.
  2. Go to the project folder:
    cd /workspace/bona
  3. Start a local web server:
    python3 -m http.server 8000
  4. Open your browser.
  5. Go to:
    http://localhost:8000
    
  6. Fill the form and click Join waitlist.
  7. Use Download CSV to export local entries.

Performance notes

  • No framework and no build step.
  • No external JavaScript dependencies.
  • System font stack only (no remote font fetches), helping faster first render on regular browsers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors