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

url in Bootstrap example (chapter "HTML and CSS") is broken #227

Closed
lucio-cornejo opened this issue Apr 5, 2023 · 1 comment
Closed

Comments

@lucio-cornejo
Copy link

In the chapter "HTML and CSS", an example page using Boostrap is presented.

However, when copying such HTML code into an index.html file, the Bootstrap dependency has not been downloaded.

The issue is with this code in the book's example:

 <link rel="stylesheet"
          href="https://stackpath.bootstrapcdn.com/bootstrap/\
                4.1.3/css/bootstrap.min.css">

When changing it to the following, the page works as intended:

    <link rel="stylesheet"
          href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
@lucio-cornejo
Copy link
Author

Duplicate of issue #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant