Files
Examples/JavaScript/SimpleWebServer/public/index.html
2018-06-17 19:47:18 +01:00

13 lines
335 B
HTML

<!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>