Skip to content

Instantly share code, notes, and snippets.

@ishubin
Created March 4, 2017 20:33
Show Gist options
  • Save ishubin/4a4ed0cbe2c6fd784619d5726b0ded3a to your computer and use it in GitHub Desktop.
Save ishubin/4a4ed0cbe2c6fd784619d5726b0ded3a to your computer and use it in GitHub Desktop.
dummy.html
<html>
<head>
<title>A Simple HTML Document</title>
</head>
<body>
<p>This is a very simple HTML document</p>
<p>It only has two paragraphs</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment