Spaces:
Runtime error
Runtime error
Update templates/talkDetail.html
Browse files
templates/talkDetail.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 |
-
|
| 10 |
-
<link rel="stylesheet" type="text/css" href="
|
| 11 |
<link
|
| 12 |
rel="stylesheet"
|
| 13 |
href="{{ url_for('static', filename='loading.css') }}"
|
|
|
|
| 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 |
<link
|
| 12 |
rel="stylesheet"
|
| 13 |
href="{{ url_for('static', filename='loading.css') }}"
|