Media and Web Development
ICOM-101-01 / MTEC-617-01
Week 6 ● Deployment

Git can be used via the command line (terminal) or from the desktop gui. If you prefer command line that's fine, but if you're new to this stuff the desktop client is probably the best bet.
All your code will disapear from the app. This is a good thing. The code you see in the app represents the changes to your code since your last commit. We've just commited, so none of your code has changed since last commit.
Migrate one of the last two assignments ( something with both HTML and CSS ) out of
glitch.
● Create an index.html file and a style.css file
● Link your style.css file to the index.html with a style tag inside the head element of your html
● Submit your work as a .zip file containing both your html and css files