Skip to content

savageyusuff/public_website_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Site (GitHub Pages)

A minimal, multi‑page static site (HTML/CSS/JS) that deploys on GitHub Pages without any build step.

Quick deploy

  1. Create a new GitHub repo (public is free for Pages; Pro plan allows private).
  2. Upload the files at the repo root.
  3. Go to Settings → Pages.
  4. Choose Deploy from branch, select main and / (root), then Save.
  5. Your site will be live shortly at https://<username>.github.io/<repo>/.

Customize

  • Edit assets/styles.css for colors/spacing.
  • Edit HTML pages or add new ones (e.g., docs.html), and link them in the nav.
  • For single‑page apps or client‑side routers, keep 404.html to handle deep links.

Local preview

Just open index.html in your browser. No server needed.

About

This repo is to try the features for Github pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published