PatternGenerator/index.html

10 lines
299 B
HTML

<html>
<head>
<title>Pattern generator</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.1/dat.gui.min.js"></script>
<script src="index.js"></script>
</head>
<body>
</body>
</html>