Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • vue-update
  • fixnogg
  • futurenogg
  • positions
  • emoji
  • minorUI
  • markdown
  • stayConnected
  • gm-test
  • shortcut
  • connectPouchDB
  • master protected
13 results

CONTRIBUTING.md

Blame
  • After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
    index.html 459 B
    <!DOCTYPE html>
    <html>
    
    <head>
    
    	#{meta}
    
    	<title>Collisions - test all</title>
    	<link rel="stylesheet" href="/css/main.css">
    	<script src="../../../js/p5/p5.js"></script>
    	<script src="./test-every.js"></script>
    </head>
    
    <body>
    	#{header}
    	<div id="subheader">
    
    		<h1>
    			Basic Collisions algorithm
    		</h1>
    		<a href="../../">Coding Challenges/</a>
    		<a href="../">Collisions Algorithms/</a>
    	</div>
    	<div id="container">
    
    	</div>
    	#{footer}
    </body>
    
    </html>