PatternGenerator/index.html

10 lines
299 B
HTML
Raw Normal View History

2018-04-04 12:08:40 -07:00
<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>