D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
mpmckenna8
Full window
Github gist
Very simple noisy javascript
So this is a real simple page to make noise with just some javascript:
<html> <head> <link rel="stylesheet" href="style/main.css" /> <title> The simplest HTML example </title> </head> <body> <h1> This is an HTML Page in which some javascript makes noise.</h1> <script src="noisey.js"></script> </body> </html>