This folder contains the static website for InboxKeep, hosted on GitHub Pages.
index.html- Home page with features and download informationprivacy.html- Privacy Policyterms.html- Terms of Servicestyle.css- StylesheetCNAME- Custom domain configuration (add your domain here)
- Create a new GitHub repository named
inboxkeepunder theaigamer-devorganization - Copy the contents of this
site/folder to the repository root - Enable GitHub Pages in repository settings (Settings > Pages > Source: main branch)
- Add your custom domain in the GitHub Pages settings
- Update DNS records with your domain registrar
- In the repository, go to Settings > Pages > Custom domain
- Add your domain (e.g.,
inboxkeep.app) - Create the following DNS records:
- A record pointing to GitHub Pages IPs
- CNAME record for www subdomain
Simply open index.html in a web browser or use a local server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serveMIT License - See main project repository for details.