|
8 | 8 | <title>CSH Packet</title> |
9 | 9 |
|
10 | 10 | <link rel="manifest" href="/static/manifest.json"> |
| 11 | + <meta name="theme-color" content="#b0197e"> |
11 | 12 | <meta name="theme-color" href="https://themeswitcher.csh.rit.edu/api/colour"> |
| 13 | + |
| 14 | + <!-- Icons --> |
12 | 15 | <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> |
13 | 16 |
|
| 17 | + <link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='apple-touch-icon.png') }}"> |
| 18 | + <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32x32.png') }}"> |
| 19 | + <link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='favicon-16x16.png') }}"> |
| 20 | + |
| 21 | + <meta name="msapplication-TileColor" content="#b0197e"> |
| 22 | + <meta name="msapplication-TileImage" content="{{ url_for('static', filename='mstile-144x144.png') }}"> |
| 23 | + <meta name="msapplication-config" content="{{ url_for('static', filename='browserconfig.xml') }}"> |
| 24 | + |
| 25 | + <link rel="mask-icon" href="{{ url_for('static', filename='assets/logo.svg') }}" color="#b0197e"> |
| 26 | + |
14 | 27 | <link rel="stylesheet" type="text/css" |
15 | 28 | href="https://cdn.datatables.net/rowgroup/1.0.2/css/rowGroup.dataTables.min.css"> |
16 | 29 | <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css"> |
|
20 | 33 | integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
21 | 34 | <link rel="stylesheet" href="https://themeswitcher.csh.rit.edu/api/get" media="screen"> |
22 | 35 |
|
23 | | - <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet"/> |
24 | | - |
25 | 36 | <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> |
26 | 37 |
|
27 | 38 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> |
28 | 39 |
|
29 | | - <link rel="stylesheet" href="/static/css/packet.css"> |
| 40 | + <link rel="stylesheet" href="/static/css/packet.min.css"> |
30 | 41 |
|
31 | 42 | </head> |
0 commit comments