Create navbar.html

This commit is contained in:
Matthew Grove
2018-11-13 17:32:31 +00:00
committed by GitHub
parent aef1859d84
commit e4d5db0663

8
page-inserts/navbar.html Normal file
View File

@@ -0,0 +1,8 @@
<div class="mdc-drawer__content">
<div class="mdc-list">
<a class="mdc-list-item" href="/luhn-algorithm/">
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">credit_card</i>
<span class="mdc-list-item__text">Luhn Algorithm</span>
</a>
</div>
</div>