diff --git a/create.qmd b/create.qmd index f6514f6..77113d7 100644 --- a/create.qmd +++ b/create.qmd @@ -16,13 +16,13 @@ These instructions largely follow the instructions from GitHub, found [here](htt 9. Make sure that the destination is the name of your repository (this will be in your “Personal_Website” folder if you want to double check). 10. Name it “index.html” 11. Inside the file, copy and paste this text: - - - -

Hello World

-

I'm hosted with GitHub Pages.

- - + \<\!DOCTYPE html\> + \ + \ + \Hello World\ + \I'm hosted with GitHub Pages.\ + \ + \ 12. Save your file. 13. Click the Source Control icon on your left-hand toolbar. (It has three nodes, and resembles a branch icon). 14. Your file index.html should be listed under “Changes”. When you hover over this file, three icons will appear. Click the + button. Now, the file should be listed under “Staged Changes”.