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