kopia lustrzana https://github.com/villares/sketch-a-day
21 wiersze
531 B
HTML
21 wiersze
531 B
HTML
<!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>oioioi - pyp5js</title>
|
|
<style> body, html, canvas {padding: 0; margin: 0; overflow: hidden;} </style>
|
|
|
|
<script src="static/p5.js"></script>
|
|
<script src="target/target_sketch.js" type="module"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="sketch-holder">
|
|
<!-- You sketch will go here! -->
|
|
</div>
|
|
</body>
|
|
</html> |