| lombardofr | 93770e2 | 2019-08-30 19:37:56 +0200 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2019 EveryUP srl |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 17 | {% load staticfiles %} |
| 18 | {% load i18n %} |
| 19 | |
| 20 | <title>{{ SITE_NAME }}</title> |
| 21 | |
| 22 | <!-- Tell the browser to be responsive to screen width --> |
| 23 | <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> |
| 24 | <!-- Bootstrap 3.3.7 --> |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 25 | <link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.min.css"> |
| lombardof | e28478c | 2018-06-07 13:07:27 +0200 | [diff] [blame] | 26 | <!-- Font Awesome--> |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 27 | <link rel="stylesheet" href="/static/node_modules/font-awesome/css/font-awesome.css"> |
| 28 | <!--<link rel="stylesheet" href="/static/node_modules/components-font-awesome/css/fontawesome.min.css">--> |
| 29 | <link rel="stylesheet" href="/static/node_modules/components-font-awesome/css/fontawesome-all.min.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 30 | <!-- Ionicons --> |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 31 | <link rel="stylesheet" href="/static/node_modules/ionicons/dist/css/ionicons.min.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 32 | <!-- Theme style --> |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 33 | <link rel="stylesheet" href="/static/node_modules/admin-lte/dist/css/AdminLTE.min.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 34 | <!-- AdminLTE Skins. Choose a skin from the css/skins |
| 35 | folder instead of downloading all of them to reduce the load. --> |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 36 | <link rel="stylesheet" href="/static/node_modules/admin-lte/dist/css/skins/_all-skins.min.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 37 | |
| 38 | <link rel="stylesheet" href="/static/css/rdcl.css"> |
| lombardofr | b5ccca2 | 2018-06-14 09:55:57 +0200 | [diff] [blame] | 39 | <link rel="stylesheet" href="/static/css/lwui.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 40 | |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 41 | <link rel="stylesheet" href="/static/node_modules/admin-lte/plugins/pace/pace.min.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 42 | <link rel="icon" href="/static/assets/img/favicon.ico"> |
| 43 | |
| 44 | |
| 45 | |