Skip to content

Instantly share code, notes, and snippets.

@mityukov
Created July 12, 2015 16:57
Show Gist options
  • Save mityukov/62fc0aabc92e78d727e7 to your computer and use it in GitHub Desktop.
Save mityukov/62fc0aabc92e78d727e7 to your computer and use it in GitHub Desktop.
Test HTML
<!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