Created
July 12, 2015 16:57
-
-
Save mityukov/62fc0aabc92e78d727e7 to your computer and use it in GitHub Desktop.
Test 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<ul> | |
<li class="list-item">Item #1</li> | |
<li class="list-item">Item #2</li> | |
<li class="list-item">Item #3</li> | |
<li class="list-item">Item #4</li> | |
<li class="list-item">Item #5</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment