xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>input range slider (html5 & p5js)</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.2.8/p5.min.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<input type="range" id="slider" name="slider" min="0" max="100">
</body>
</html>
Modified http://cdnjs.cloudflare.com/ajax/libs/p5.js/0.2.8/p5.min.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.2.8/p5.min.js