😅document.write jquery-3.7.0.min.js (ok)

<!doctype html>
<html class="no-js" lang="">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>${1}</title>
    <meta name="description" content="${2}">
    <meta name="viewport" content="width=device-width, initial-scale=1">

 

</head> 
<body>
    <!--[if lte IE 9]>
        <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
    <![endif]-->

    <!-- Add your site or application content here -->
    <p>Hello world! This is HTML5 Boilerplate.</p>
    <script>window.jQuery || document.write('<script src="jquery-3.7.0.min.js"><\/script>')</script>
   	<script type="text/javascript">
   		$('p').css({
   			color: 'red'
   		});
   	</script>
</body>
</html>

Last updated