Skip to content

Instantly share code, notes, and snippets.

@judsonmitchell
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save judsonmitchell/7be3a374450b1e4173b4 to your computer and use it in GitHub Desktop.

Select an option

Save judsonmitchell/7be3a374450b1e4173b4 to your computer and use it in GitHub Desktop.
Danilo Bandovic's HTML homework
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2015 by anonymous (http://jsbin.com/xidokexuxi/1/edit)
Released under the MIT license: http://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="http://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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment