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