Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit e063f0d

Browse files
authored
Add note about opening link in another window
1 parent 9a620bd commit e063f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

responses/02_update-index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Great job! Now that GitHub Pages is enabled, you can view your website here: https://{{ user.username }}.github.io/{{ repo }}
44

5+
__NOTE:__ You'll be updating your GitHub Pages site in the upcoming steps. To make things easier to view, I recommend that you open this link in another tab or window for quick access to view your changes.
6+
57
You can customize your homepage by adding content to either an `index` file or the `README.md` file. GitHub Pages first looks for an `index` file. If an `index` file is found, GitHub Pages uses the content in the file to create the homepage. If an `index` file isn’t found, it uses the `README.md` to create the homepage.
68

79
Your repository has an `index.md` file so we can update it to include your personalized content.

0 commit comments

Comments
 (0)