Missing opening <head> tag
In the BOOTSTRAP
html header information, it is missing the opening <head>
html tag. This doesn't seem to get added in by the make_html
function either. Browsers seem to deal with this without any issues (indeed if you do live inspection of the page with Ctrl+Shift+i
in, e.g., Chrome, it automatically adds the <head>
tag, but "View source" shows that it is missing), but it should probably be added in.