Skip to content

Middleton-Tech-Club/Web-Development-II

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Into to Web Development

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 lesson on basic web devlopment for the second time

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •