Skip to content

MiddletonPublicLibrary/Web-Development

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.6%
  • CSS 25.1%
  • JavaScript 13.3%