mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 07:32:14 +11:00
fix to hambunga menu
This commit is contained in:
parent
6d2559d2e4
commit
1fe361e67d
1 changed files with 4 additions and 5 deletions
|
|
@ -2,7 +2,8 @@ doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title CCashBank
|
title CCashBank
|
||||||
link(rel="stylesheet", href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css", integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3", crossorigin="anonymous")
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
|
||||||
link(rel="preconnect" href="https://fonts.gstatic.com")
|
link(rel="preconnect" href="https://fonts.gstatic.com")
|
||||||
link(href="https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap" rel="stylesheet")
|
link(href="https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap" rel="stylesheet")
|
||||||
if random
|
if random
|
||||||
|
|
@ -24,7 +25,7 @@ html
|
||||||
p.text-white Server is Online
|
p.text-white Server is Online
|
||||||
if !alive
|
if !alive
|
||||||
p(style="color: red;") Server is offline
|
p(style="color: red;") Server is offline
|
||||||
button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbars', aria-controls='navbars', aria-expanded='false', aria-label='Toggle navigation')
|
button.navbar-toggler(type='button', data-bs-toggle='collapse', data-bs-target='#navbars', aria-controls='navbars', aria-expanded='false', aria-label='Toggle navigation')
|
||||||
span.navbar-toggler-icon
|
span.navbar-toggler-icon
|
||||||
#navbars.collapse.navbar-collapse
|
#navbars.collapse.navbar-collapse
|
||||||
.d-flex
|
.d-flex
|
||||||
|
|
@ -59,6 +60,4 @@ html
|
||||||
|
|
||||||
script(src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI="
|
script(src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI="
|
||||||
crossorigin="anonymous")
|
crossorigin="anonymous")
|
||||||
script(src='/js/main.js')
|
script(src='/js/main.js')
|
||||||
script(src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js", integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13", crossorigin="anonymous")
|
|
||||||
script(src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js", integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p", crossorigin="anonymous")
|
|
||||||
Loading…
Reference in a new issue