Files
Examples/NodeJS/SimpleWebServer/public/Starfeild.html
2018-04-20 10:15:15 +01:00

14 lines
300 B
HTML

<!DOCTYPE html>
<title>plane000 || Starfeild</title>
<html>
<head>
<script src="libraries/p5.js"></script>
<script src="JS/Starfeild/sketch.js"></script>
<script src="JS/Starfeild/Star.js"></script>
</script>
</head>
<body>
<a href="index.html">Return</h>
</body>
</html>