2019-05-08 01:24:14 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<!-- pyp5js index.html boilerplate -->
|
|
|
|
|
<html lang="">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>sketch_190507a - pyp5js</title>
|
|
|
|
|
<style> body, html, canvas {padding: 0; margin: 0; overflow: hidden;} </style>
|
|
|
|
|
|
|
|
|
|
<script src="static/p5.js"></script>
|
2019-05-08 23:37:06 +00:00
|
|
|
<script src="static/p5.dom.js"></script>
|
|
|
|
|
<script src="target/sketch_190507a.js" type="module"></script>
|
2019-05-08 01:24:14 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="sketch-holder">
|
|
|
|
|
<!-- You sketch will go here! -->
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|