Skip to content

Instantly share code, notes, and snippets.

@myneworder
Last active October 31, 2018 19:12
Show Gist options
  • Save myneworder/a7eac3d0535928ac00a7d17dd43f5622 to your computer and use it in GitHub Desktop.
Save myneworder/a7eac3d0535928ac00a7d17dd43f5622 to your computer and use it in GitHub Desktop.
menu.js
<!--
document.writeln(" <input type='checkbox' id='menu_active' checked/> <div id='menu'> <span id='site-name'><label for='menu_active'><i class=\"fa fa-arrow-left\"></i><i class=\"fa fa-bars\"></i></label></span> <ul> <a href='./'> <li>Home<i class=\"fa fa-home\"></i></li></a> <a href='#account/assets'> <li>Assets<i class=\"fa fa-briefcase\"></i></li></a> <a href='#settings/access'> <li>Nodes<i class=\"fa fa-sitemap\"></i></li></a> <a href='#settings/accounts'> <li>Accounts<i class=\"fa fa-user\"></i></li></a> <a href='#settings/password'> <li>Password<i class=\"fa fa-key\"></i></li></a> </ul> </div> ");
// -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment