Skip to content

A leson for HTML/CSS where you build your own web using pages made by students.

License

Notifications You must be signed in to change notification settings

Middleton-Tech-Club/Canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas

An Introduction to HTML, CSS, and Github

Adding your page to pages.json

Important

You need to add your site to pages.json for the site to show up on the main site.

  • Add The Following Line To The Bottom of pages.json right above the line with the ]
  {
    "name": "Site Name",
    "author": "Your Name",
    "file": "yourfolder/yourfile.html"
  },

Making the site accessible

Note

You do not need to re run the command every time you make a change

  • Open A Terminal
  • Run The Following Commmand
python -m http.server 8000
  • Open The Ports Tab
  • Open the site from the list

About

A leson for HTML/CSS where you build your own web using pages made by students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published