D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
judsonmitchell
Full window
Github gist
Danilo Bandovic's HTML homework
<!DOCTYPE html> <!-- Created using JS Bin https://jsbin.com Copyright (c) 2015 by anonymous (https://jsbin.com/xidokexuxi/1/edit) Released under the MIT license: https://jsbin.mit-license.org --> <html> <head> <meta name="robots" content="noindex"> <link rel="stylesheet" type="text/css" href="style.css"> <meta charset="utf-8"> <title>JS Bin</title> </head> <body> <h1> Clinic is so damn cool! </h1> <h2> That's right, its cooler than school! </h2> <body> <p> So you want to join Law and Tech Clinic? Heere's what you need to know </p> <p> What you learn in law school matters not for real life practice. Law school helps you to think like a lwayer, clinic teaches you to be a lawyer. </p> <p> Here is a link to the website: <a href="https://loyolalawtech.org">Tech Clinic</a> <h2> Reasons why Tech clinic is awesome </h2> <ul> <li> Judson </li> <li> Your clients leave you waiting for them to plea </li> <li> Coding is fun 0101001001001001 </li> <li> Judson </li> <br><br> <br> <br> <img src=https://pbs.twimg.com/profile_images/1438418880/nine.jpg /> </ul> </body> </html>