|
@@ -8,7 +8,7 @@
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
|
|
|
crossorigin="anonymous">
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
|
|
|
- <link rel="stylesheet" href="style.css">
|
|
|
+ <link rel="stylesheet" href="static/style.css">
|
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
|
<style>
|
|
|
body {
|
|
@@ -79,7 +79,7 @@
|
|
|
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
|
|
|
- <script src="script_msg.js"></script>
|
|
|
+ <script src="static/script_msg.js"></script>
|
|
|
|
|
|
<body>
|
|
|
|