This repository contains the source files for the static Neocities site "purpleglitch".
Contents
index.html— home pageguestbook.html— guestbook pagemusic.html— music / audio pageimages.html— images / gallerysocials.html— social links pagestyle.css— main stylesheetminority_report_style_guide.txt— internal style notesREADME.md— this file
Preview locally
-
From the repository root run a simple HTTP server and open the browser:
Python 3:
python -m http.server 8000
Then open: http://localhost:8000
Contributing / deployment
- This is a simple static site. Edit the HTML/CSS files and preview locally as shown above.
- To publish, upload the updated files via the Neocities web interface or any deployment method you use (Neocities provides a web-based file manager and optional git integration).
Author
- psybyte
Notes
- Add a LICENSE file if you want to specify reuse terms.