Hi, I’ve gone thru your RPi webserver using Flash demo, and don’t understand part of the <head> section in the main.html code. Specifically, how was <link rel= ….> created ? I looked up maxcdn, which is now Stackpath, but I don’t see any help there. Thanks!
… oh, and I do see how you got the <link rel= …> code by going to https:maxcdn.bootstrapcdn.com and selecting the CSS link, but can you provide a bit more info about that part? … i.e. enough to be able to do more sophisticated programs? Thanks!
Hi.
That line of code is adding a link to an external Bootstrap CSS file to the web page. This CSS file will be used to style the page’s elements according to the Bootstrap framework’s design and layout rules.
That tutorial was created a long time ago. At the time, it was the way to integrate bootstrap on your project via CDN.
Now, if you want to use the latest version, you can check the links here:
https://www.jsdelivr.com/package/npm/bootstrap
https://getbootstrap.com/docs/5.3/examples/
I hope this answers your question.
Regards,
Sara
Thank you Sara ! …. this example was a more recent re-post of yours, and I now understand it. (you can close this question).