mizzzuno commited on
Commit
054e672
·
verified ·
1 Parent(s): bb2773b

Update templates/reset.html

Browse files
Files changed (1) hide show
  1. templates/reset.html +2 -2
templates/reset.html CHANGED
@@ -6,8 +6,8 @@
6
  <title>リセット画面</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
9
- <link rel="stylesheet" type="text/css" href="menu.css" />
10
- <link rel="stylesheet" type="text/css" href="main.css" />
11
  </head>
12
  <body>
13
  <div class="main-content relative">
 
6
  <title>リセット画面</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
9
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}">
10
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='menu.css') }}">
11
  </head>
12
  <body>
13
  <div class="main-content relative">