Week 3.2. exercise
This commit is contained in:
24
w3_2_functions/index.html
Normal file
24
w3_2_functions/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/2.0.5/p5.min.js'
|
||||
integrity='sha512-jOTg6ikYiHx1LvbSOucnvZi4shXbaovZ91+rfViIiUFLgAJK+k1oQtGEaLvDB8rsZwEfUksTgmhrxdvEDykuzQ=='
|
||||
crossorigin='anonymous'></script>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
/* Center the canvas */
|
||||
canvas {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<script defer src="./sorting.js"></script>
|
||||
<!-- <script defer src="./solution-sorting.js"></script> -->
|
||||
|
||||
<body></body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user