|
2 | 2 |
|
3 | 3 | <meta charset="utf-8"> |
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | | - <meta name="description" content=""> |
| 5 | + <meta name="description" content="CSH Web Packet"> |
6 | 6 | <meta name="author" content="Computer Science House"> |
7 | 7 |
|
8 | 8 | <title>CSH Packet</title> |
9 | 9 |
|
10 | | - <link rel="manifest" href="/static/manifest.json"> |
| 10 | + <link rel="manifest" href="{{ url_for('static', filename='manifest.json') }}"> |
11 | 11 | <meta name="theme-color" content="#b0197e"> |
12 | 12 | <meta name="theme-color" href="https://themeswitcher.csh.rit.edu/api/colour"> |
13 | 13 |
|
14 | 14 | <!-- Icons --> |
15 | 15 | <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> |
16 | | - |
17 | 16 | <link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='apple-touch-icon.png') }}"> |
18 | 17 | <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32x32.png') }}"> |
19 | 18 | <link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='favicon-16x16.png') }}"> |
| 19 | + <link rel="mask-icon" href="{{ url_for('static', filename='assets/logo.svg') }}" color="#b0197e"> |
20 | 20 |
|
21 | 21 | <meta name="msapplication-TileColor" content="#b0197e"> |
22 | 22 | <meta name="msapplication-TileImage" content="{{ url_for('static', filename='mstile-144x144.png') }}"> |
23 | 23 | <meta name="msapplication-config" content="{{ url_for('static', filename='browserconfig.xml') }}"> |
24 | 24 |
|
25 | | - <link rel="mask-icon" href="{{ url_for('static', filename='assets/logo.svg') }}" color="#b0197e"> |
26 | | - |
| 25 | + <!-- Bootstrap CSS --> |
27 | 26 | <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css"> |
28 | | - |
29 | | - <!-- Bootstrap core CSS --> |
30 | 27 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
31 | 28 | integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
32 | 29 | <link rel="stylesheet" href="https://themeswitcher.csh.rit.edu/api/get" media="screen"> |
33 | 30 |
|
| 31 | + <!-- Additional dependencies --> |
34 | 32 | <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js" ></script> |
35 | 33 | <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.min.css" > |
| 34 | + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.1/css/all.css"> |
36 | 35 |
|
37 | | - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> |
38 | | - |
39 | | - <link rel="stylesheet" href="/static/css/packet.min.css"> |
| 36 | + <link rel="stylesheet" href="{{ url_for('static', filename='css/packet.min.css') }}"> |
40 | 37 |
|
41 | 38 | <script async src="https://www.googletagmanager.com/gtag/js?id={{ config['ANALYTICS_ID'] }}"></script> |
42 | 39 | <script> |
|
0 commit comments