gallery/rain/index.html

9 lines
222 B
HTML

<html>
<head>
<style> body{padding:0; margin:0;} </style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.js"></script>
<script src="rain.js"></script>
</head>
<body>
</body>
</html>