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

Commit 94d797c

Browse files
authored
point out two places to fix pages URL
1 parent a73d40f commit 94d797c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/12-big-finish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### Show the world your finished page
22

3-
Well done @{{ user.username }}, here is the finished result: https://{{user.username}}.github.io/{{repo}}/
3+
Well done @{{ user.username }}, here is the finished result: <# TODO FIX URL https://{{user.username}}.github.io/{{repo}}/>
44

55
You've learned the basics of HTML, and used it to build a simple webpage.
66

77
Though this works, there's still more you can do to make sure you're up to date with standard conventions, like using an HTML validator.
88

9-
<h3 align="center"><a href="https://validator.w3.org/nu/?showsource=yes&doc=https://{{user.username}}.github.io/{{repo}}/">See validation</a></h3>
9+
<h3 align="center"><a href="https://validator.w3.org/nu/?showsource=yes&doc=https://{{user.username}}.github.io/{{repo}}/">See validation</a></h3> <# TODO FIX URL>
1010

1111
If you'd like, you can make your fancy new page the default start page for your web browser. Just follow the links below for more information:
1212

0 commit comments

Comments
 (0)