mizzzuno commited on
Commit
bb2773b
·
verified ·
1 Parent(s): 23c9c9b

Update templates/feedback.html

Browse files
Files changed (1) hide show
  1. 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="menu" />
13
- <link rel="stylesheet" type="text/css" href="main" />
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>