|
4 | 4 | <head> |
5 | 5 | <title>Marknote</title> |
6 | 6 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> |
7 | | - |
| 7 | + |
| 8 | + <!-- Code Themes. --> |
8 | 9 | <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/github.min.css"> |
| 10 | + <!--<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/monokai.min.css">--> |
9 | 11 |
|
10 | 12 | <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic' rel='stylesheet' type='text/css'> |
11 | 13 |
|
12 | 14 | <link rel="stylesheet" href="assets/css/style.css"> |
13 | | - <!--<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/monokai.min.css">--> |
14 | | - |
15 | | - <link rel="import" href="assets/components/polymer/polymer.html"> |
16 | | - <link rel="import" href="assets/components/font-roboto/roboto.html"> |
17 | | - <link rel="import" href="assets/components/core-icons/core-icons.html"> |
18 | | - <link rel="import" href="assets/components/paper-fab/paper-fab.html"> |
19 | | - <link rel="import" href="assets/components/paper-icon-button/paper-icon-button.html"> |
20 | | - <link rel="import" href="assets/components/paper-fab/paper-fab.html"> |
21 | | - |
22 | | - <link rel="import" href="assets/elements/list-item.html"> |
23 | 15 |
|
| 16 | + <!-- Scripts. --> |
24 | 17 | <script src="assets/components/platform/platform.js"></script> |
25 | | - |
26 | 18 | <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> |
27 | 19 | <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> |
28 | 20 | <script src="assets/js/lawnchair.js"></script> |
|
34 | 26 | <script src="assets/js/underscore.js"></script> |
35 | 27 | <script src="assets/js/app.js"></script> |
36 | 28 |
|
37 | | - |
| 29 | + <!-- Polymer Imports. --> |
| 30 | + <link rel="import" href="assets/components/polymer/polymer.html"> |
| 31 | + <link rel="import" href="assets/components/font-roboto/roboto.html"> |
| 32 | + <link rel="import" href="assets/components/core-icons/core-icons.html"> |
| 33 | + <link rel="import" href="assets/components/paper-fab/paper-fab.html"> |
| 34 | + <link rel="import" href="assets/components/paper-icon-button/paper-icon-button.html"> |
| 35 | + <link rel="import" href="assets/components/paper-fab/paper-fab.html"> |
| 36 | + |
| 37 | + <!-- Custom Elements. --> |
| 38 | + <link rel="import" href="assets/elements/list-item.html"> |
38 | 39 | </head> |
39 | 40 |
|
40 | 41 | <body unresolved touch-action="auto"> |
|
0 commit comments