Skip to content

Instantly share code, notes, and snippets.

@tannerhodges
Last active October 24, 2018 14:20
Show Gist options
  • Save tannerhodges/c1cda9bc919d86e9068620b1f3cc4bf1 to your computer and use it in GitHub Desktop.
Save tannerhodges/c1cda9bc919d86e9068620b1f3cc4bf1 to your computer and use it in GitHub Desktop.
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Diff Example</title>
</head>
<body>
<h1>Diff Example</h1>
- <p>This was old copy.</p>
+ <p>This is new copy.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment