|
5 | 5 | <title>{{ title }}</title> |
6 | 6 | <meta name="description" content="{{ description }}"> |
7 | 7 | <link href='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.css' rel='stylesheet' /><!-- hello, you should probably be popped into a component :P --> |
8 | | - <link rel="stylesheet" type="text/css" href="/style-base.css"> |
9 | | - <link rel="stylesheet" type="text/css" href="/style-components.css" defer="true"> <!-- http://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html --> |
10 | | - <link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-icon-57x57.png"> |
11 | | - <link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-icon-60x60.png"> |
12 | | - <link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-icon-72x72.png"> |
13 | | - <link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-icon-76x76.png"> |
14 | | - <link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-icon-114x114.png"> |
15 | | - <link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-icon-120x120.png"> |
16 | | - <link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-icon-144x144.png"> |
17 | | - <link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-icon-152x152.png"> |
18 | | - <link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-icon-180x180.png"> |
19 | | - <link rel="icon" type="image/png" sizes="192x192" href="/icon/android-icon-192x192.png"> |
20 | | - <link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png"> |
21 | | - <link rel="icon" type="image/png" sizes="96x96" href="/icon/favicon-96x96.png"> |
22 | | - <link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png"> |
| 8 | + <link rel="stylesheet" type="text/css" href="/philly311/style-base.css"> |
| 9 | + <link rel="stylesheet" type="text/css" href="/philly311/style-components.css" defer="true"> <!-- http://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html --> |
| 10 | + <link rel="apple-touch-icon" sizes="57x57" href="/philly311/icon/apple-icon-57x57.png"> |
| 11 | + <link rel="apple-touch-icon" sizes="60x60" href="/philly311/icon/apple-icon-60x60.png"> |
| 12 | + <link rel="apple-touch-icon" sizes="72x72" href="/philly311/icon/apple-icon-72x72.png"> |
| 13 | + <link rel="apple-touch-icon" sizes="76x76" href="/philly311/icon/apple-icon-76x76.png"> |
| 14 | + <link rel="apple-touch-icon" sizes="114x114" href="/philly311/icon/apple-icon-114x114.png"> |
| 15 | + <link rel="apple-touch-icon" sizes="120x120" href="/philly311/icon/apple-icon-120x120.png"> |
| 16 | + <link rel="apple-touch-icon" sizes="144x144" href="/philly311/icon/apple-icon-144x144.png"> |
| 17 | + <link rel="apple-touch-icon" sizes="152x152" href="/philly311/icon/apple-icon-152x152.png"> |
| 18 | + <link rel="apple-touch-icon" sizes="180x180" href="/philly311/icon/apple-icon-180x180.png"> |
| 19 | + <link rel="icon" type="image/png" sizes="192x192" href="/philly311/icon/android-icon-192x192.png"> |
| 20 | + <link rel="icon" type="image/png" sizes="32x32" href="/philly311/icon/favicon-32x32.png"> |
| 21 | + <link rel="icon" type="image/png" sizes="96x96" href="/philly311/icon/favicon-96x96.png"> |
| 22 | + <link rel="icon" type="image/png" sizes="16x16" href="/philly311/icon/favicon-16x16.png"> |
23 | 23 | <link rel="manifest" href="manifest.json"> |
24 | 24 | <meta name="msapplication-TileColor" content="#0074c9"> |
25 | | - <meta name="msapplication-TileImage" content="/icon/ms-icon-144x144.png"> |
| 25 | + <meta name="msapplication-TileImage" content="/philly311/icon/ms-icon-144x144.png"> |
26 | 26 | <meta name="theme-color" content="#0074c9"> |
27 | 27 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
28 | 28 |
|
|
39 | 39 | ga('send', 'pageview'); |
40 | 40 |
|
41 | 41 | </script> |
42 | | - <script type="text/javascript" src="/main.js"></script> |
| 42 | + <script type="text/javascript" src="/philly311/main.js"></script> |
43 | 43 | </head> |
44 | 44 | <body> |
45 | 45 |
|
|
0 commit comments