Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project_basic_informational_site.md #29319

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ If you get stuck at anytime, feel free to go back to the [Getting Started lesson

2. Create your node.js server file `index.js` and add the code needed to serve the right page according to the url.
- [localhost:8080](http://localhost:8080) should take users to index.html
- [localhost:8080/about](http://localhost:8080/about) should take users to about.html
- [localhost:8080/contact-me](http://localhost:8080/contact-me) should take users to contact-me.html
- [localhost:8080/about.html](http://localhost:8080/about.html) should take users to about.html
- [localhost:8080/contact-me.html](http://localhost:8080/contact-me.html) should take users to contact-me.html
- 404.html should display any time the user tries to go to a page not listed above.
</div>

Expand Down
Loading