Created
March 4, 2017 20:33
-
-
Save ishubin/4a4ed0cbe2c6fd784619d5726b0ded3a to your computer and use it in GitHub Desktop.
dummy.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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