Spaces:
Sleeping
Sleeping
Update templates/feedback.html
Browse files- templates/feedback.html +2 -2
templates/feedback.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
href="{{ url_for('static', filename='loading.css') }}"
|
| 10 |
/>
|
| 11 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 12 |
-
<link rel="stylesheet" type="text/css" href="
|
| 13 |
-
<link rel="stylesheet" type="text/css" href="
|
| 14 |
<script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
|
| 15 |
</head>
|
| 16 |
<body>
|
|
|
|
| 9 |
href="{{ url_for('static', filename='loading.css') }}"
|
| 10 |
/>
|
| 11 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 12 |
+
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}">
|
| 13 |
+
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='menu.css') }}">
|
| 14 |
<script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
|
| 15 |
</head>
|
| 16 |
<body>
|