Renamed JS folder and started learning Crystal

This commit is contained in:
plane000
2018-06-17 19:47:18 +01:00
parent 27998205c2
commit 348ba8e737
49 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<title>plane000 || Home</title>
<link href="CSS/Style.css" type="text/css" rel="stylesheet" />
<html>
<body>
<a href="Rainbow.html"> Rainbow with p5.js </a>
<p>
<a href="Animation.html"> Sine wave animation with p5.js </a>
<p>
<a href="Starfeild.html"> Starfeild with p5.js </a>
</body>
</html>