Created
January 4, 2016 16:19
-
-
Save misternu/b73b80cd56a91e1b22d6 to your computer and use it in GitHub Desktop.
Sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <link rel="stylesheet" href="/css/normalize.css"> | |
| <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
| <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css"> | |
| <link rel="stylesheet" href="/css/application.css"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> | |
| <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script> | |
| <script src="/js/application.js"></script> | |
| <title></title> | |
| </head> | |
| $(".button-collapse").sideNav(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@RedZulu