Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | 6 | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
8 | <title>Floater</title> | 8 | <title>Floater</title> |
9 | -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"> | 9 | +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css"> |
10 | </head> | 10 | </head> |
11 | <body> | 11 | <body> |
12 | <nav class="navbar navbar-light bg-light"> | 12 | <nav class="navbar navbar-light bg-light"> |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | {{{body}}} | 18 | {{{body}}} |
19 | </div> | 19 | </div> |
20 | <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> | 20 | <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> |
21 | -<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script> | 21 | +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script> |
22 | <script src="https://unpkg.com/vue@next"></script> | 22 | <script src="https://unpkg.com/vue@next"></script> |
23 | </body> | 23 | </body> |
24 | </html> | 24 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment