mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 15:12:14 +11:00
yes
This commit is contained in:
parent
d6fc261b42
commit
17ca48c6dd
1 changed files with 10 additions and 8 deletions
|
|
@ -14,14 +14,16 @@ html
|
||||||
nav.navbar.navbar-expand-lg.navbar-dark.navbarrr.shadow-lg
|
nav.navbar.navbar-expand-lg.navbar-dark.navbarrr.shadow-lg
|
||||||
.container
|
.container
|
||||||
.logo
|
.logo
|
||||||
a.navbar-brand(href='/')
|
.row
|
||||||
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
.col
|
||||||
ul
|
a.navbar-brand(href='/')
|
||||||
li.nav-item(style="padding:5px;")
|
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
||||||
if alive
|
.col
|
||||||
p.text-white Server is Online
|
div.nav-item(style="padding:5px;")
|
||||||
if !alive
|
if alive
|
||||||
p(style="color: red;") Server is offline
|
p.text-white Server is Online
|
||||||
|
if !alive
|
||||||
|
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-toggle='collapse', data-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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue