diff options
Diffstat (limited to 'wizardbotv2')
-rw-r--r-- | wizardbotv2/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html index 4561701..47d0193 100644 --- a/wizardbotv2/index.html +++ b/wizardbotv2/index.html @@ -7,8 +7,8 @@ <meta name="og:description" content="VoidNet Server Network"/> <html> <head> -<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/> +<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/> <link rel="stylesheet" href="/css/voidnet.css" type="text/css"/> <title>WizardBot V2 - VoidNet</title> </head> @@ -79,4 +79,4 @@ Programming language the bot is written in: C </div> </div> </body> -</html>
\ No newline at end of file +</html> |