Skip to content

Instantly share code, notes, and snippets.

@suplo
Created June 18, 2017 08:42
Show Gist options
  • Save suplo/081c47e7a1384cd618e25fafbdb2c4d0 to your computer and use it in GitHub Desktop.
Save suplo/081c47e7a1384cd618e25fafbdb2c4d0 to your computer and use it in GitHub Desktop.
Simple html file
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p>first sentence</p>
<p>second sentence</p>
<div><span>another sentence</span></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment