Skip to content

Commit

Permalink
Update create.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dskinnion authored Apr 29, 2024
1 parent 838038d commit afddc48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions create.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
</html>
\<\!DOCTYPE html\>
\<html\>
\<body\>
\<h1\>Hello World\</h1\>
\<p\>I'm hosted with GitHub Pages.\</p\>
\</body\>
\</html\>
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”.
Expand Down

0 comments on commit afddc48

Please sign in to comment.