Skip to content

Instantly share code, notes, and snippets.

@vikbert
Created August 8, 2020 13:40
Show Gist options
  • Save vikbert/8188bc897c87e45c239cf08222d7bbdc to your computer and use it in GitHub Desktop.
Save vikbert/8188bc897c87e45c239cf08222d7bbdc to your computer and use it in GitHub Desktop.
<footer class="footer">
<span class="todo-count">10</span>
<ul class="filters">
<li>
<a href="/#all" class="selected">all</a>
</li>
<li>
<a href="/#active">active</a>
</li>
<li>
<a href="/#completed">completed</a>
</li>
</ul>
<button class="clear-completed">clear completed</button>
</footer>
@vikbert
Copy link
Author

vikbert commented May 5, 2021

hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment