Update project/bot/templates/home.html
Browse files
project/bot/templates/home.html
CHANGED
|
@@ -12,8 +12,7 @@
|
|
| 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 |
-
|
| 16 |
-
<!-- <link rel="stylesheet" href="../../../static/css/style.css">-->
|
| 17 |
</head>
|
| 18 |
|
| 19 |
<div class="container-fluid px-0">
|
|
@@ -73,9 +72,9 @@
|
|
| 73 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
| 74 |
<script src="https://kit.fontawesome.com/d4ffd37f75.js" crossorigin="anonymous"></script>
|
| 75 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
<script type="text/javascript" src="{{ url_for('static', path='/js/main.js') }}"></script>
|
| 80 |
<script type="text/javascript" src="{{ url_for('static', path='/js/utils.js') }}"></script>
|
| 81 |
<script type="text/javascript" src="{{ url_for('static', path='/js/ws.js') }}"></script>
|
|
|
|
| 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="https://brestok-javeaai.hf.space/static/css/style.css">
|
|
|
|
| 16 |
</head>
|
| 17 |
|
| 18 |
<div class="container-fluid px-0">
|
|
|
|
| 72 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
| 73 |
<script src="https://kit.fontawesome.com/d4ffd37f75.js" crossorigin="anonymous"></script>
|
| 74 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 75 |
+
<script type="text/javascript" src="https://brestok-javeaai.hf.space/static/js/main.js"></script>
|
| 76 |
+
<script type="text/javascript" src="https://brestok-javeaai.hf.space/static/js/utils.js"></script>
|
| 77 |
+
<script type="text/javascript" src="https://brestok-javeaai.hf.space/static/js/ws.js"></script>
|
| 78 |
<script type="text/javascript" src="{{ url_for('static', path='/js/main.js') }}"></script>
|
| 79 |
<script type="text/javascript" src="{{ url_for('static', path='/js/utils.js') }}"></script>
|
| 80 |
<script type="text/javascript" src="{{ url_for('static', path='/js/ws.js') }}"></script>
|