D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
wavebeem
Full window
Github gist
https://github.com/parcel-bundler/parcel/issues/66
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>CSS Modules Test</title> </head> <body> <p id="root">Big red text</p> <script src="./main.js"></script> </body> </html>