D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
bryik
Full window
Github gist
HTML starter template
A short HTML template that passes the
Nu HTML Checker
with zero errors or warnings.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Hello</title> </head> <body> <p>World.</p> </body> </html>