Renamed JS folder and started learning Crystal
This commit is contained in:
12
JavaScript/SimpleWebServer/public/index.html
Normal file
12
JavaScript/SimpleWebServer/public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user