Spaces:
Running
Running
Update templates/reset.html
Browse files- 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="
|
10 |
-
<link rel="stylesheet" type="text/css" href="
|
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">
|