Created
May 10, 2016 11:40
-
-
Save anandsunku/d9ea06c4bbc17a6108d3af421b275de2 to your computer and use it in GitHub Desktop.
testthatthing: html
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>this is a test document </title> | |
<h1>this is first heading always</h1> | |
</head> | |
<body> | |
<ul> | |
<li>asd</li> | |
<li>adsf</li> | |
<li>af</li> | |
<li></li> | |
<li>afsafs</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment