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,10 +14,12 @@ 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
|
||||||
|
.row
|
||||||
|
.col
|
||||||
a.navbar-brand(href='/')
|
a.navbar-brand(href='/')
|
||||||
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
||||||
ul
|
.col
|
||||||
li.nav-item(style="padding:5px;")
|
div.nav-item(style="padding:5px;")
|
||||||
if alive
|
if alive
|
||||||
p.text-white Server is Online
|
p.text-white Server is Online
|
||||||
if !alive
|
if !alive
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue