mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
more visual testing
This commit is contained in:
parent
98cebba6e0
commit
371eb74b35
1 changed files with 6 additions and 6 deletions
|
|
@ -16,12 +16,12 @@ html
|
|||
.logo
|
||||
a.navbar-brand(href='/')
|
||||
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
||||
ul.navbar-nav.mr-auto
|
||||
li.nav-item
|
||||
if alive
|
||||
p.text-white Server is Online
|
||||
if !alive
|
||||
p(style="color: red;") Server is offline
|
||||
ul.navbar-nav.mr-auto
|
||||
li.nav-item
|
||||
if alive
|
||||
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')
|
||||
span.navbar-toggler-icon
|
||||
#navbars.collapse.navbar-collapse
|
||||
|
|
|
|||
Loading…
Reference in a new issue