Spaces:
Sleeping
Sleeping
change pathes
Browse files- project/bot/templates/home.html +10 -10
project/bot/templates/home.html
CHANGED
@@ -12,8 +12,8 @@
|
|
12 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
|
13 |
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
14 |
<!-- Connect style.css -->
|
15 |
-
<link rel="stylesheet" href="{{ url_for('static', path='/css/style.css') }}"
|
16 |
-
|
17 |
</head>
|
18 |
<body class="bg-auth">
|
19 |
<div class="overlay" id="loadingModal">
|
@@ -147,11 +147,11 @@
|
|
147 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
148 |
<script src="https://kit.fontawesome.com/d4ffd37f75.js" crossorigin="anonymous"></script>
|
149 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
|
|
12 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
|
13 |
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
14 |
<!-- Connect style.css -->
|
15 |
+
{# <link rel="stylesheet" href="{{ url_for('static', path='/css/style.css') }}">#}
|
16 |
+
<link rel="stylesheet" href="../../../static/css/style.css">
|
17 |
</head>
|
18 |
<body class="bg-auth">
|
19 |
<div class="overlay" id="loadingModal">
|
|
|
147 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
148 |
<script src="https://kit.fontawesome.com/d4ffd37f75.js" crossorigin="anonymous"></script>
|
149 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
150 |
+
<script type="text/javascript" src="../../../static/js/main.js"></script>
|
151 |
+
<script type="text/javascript" src="../../../static/js/utils.js"></script>
|
152 |
+
<script type="text/javascript" src="../../../static/js/audio-processor.js"></script>
|
153 |
+
<script type="text/javascript" src="../../../static/js/ws.js"></script>
|
154 |
+
{#<script type="text/javascript" src="{{ url_for('static', path='/js/main.js') }}"></script>#}
|
155 |
+
{#<script type="text/javascript" src="{{ url_for('static', path='/js/utils.js') }}"></script>#}
|
156 |
+
{#<script type="text/javascript" src="{{ url_for('static', path='/js/audio-processor.js') }}"></script>#}
|
157 |
+
{#<script type="text/javascript" src="{{ url_for('static', path='/js/ws.js') }}"></script>#}
|