Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valentinoPereira/8717990b53f24c59740025babfc8a657 to your computer and use it in GitHub Desktop.
Save valentinoPereira/8717990b53f24c59740025babfc8a657 to your computer and use it in GitHub Desktop.
html:sample
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo</title>
</head>
<body>
<ul class="list-grop" id="lst-menu">
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment