alexmaday
5/16/2019 - 5:20 PM

An HTML5 template including jQuery 3.4.1 Slim build

An HTML5 template including jQuery 3.4.1 Slim build

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>jQuery 3.4.1 slim</title>
</head>

<body>
  <script src="https://code.jquery.com/jquery-3.4.1.slim.js"
    integrity="sha256-BTlTdQO9/fascB1drekrDVkaKd9PkwBymMlHOiG+qLI=" crossorigin="anonymous">
  </script>
</body>

</html>