The only valid children of a <html> tag, according to the spec, are <head> and <body>. (So my <script> tag needs to go inside <body, not outside of it as a direct child of <html>.

Source: HTML vs Body in CSS