D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
abernier
Full window
Github gist
mon template de page web responsive
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,initial-scale=1"> <title></title> <link rel="stylesheet" href="styles.css"> </head> <body id="accueil"> Bonjour ! <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script src="program.js"></script> </body> </html>
https://code.jquery.com/jquery-3.3.1.min.js