anotherone

This commit is contained in:
Expand-sys 2021-10-19 14:45:33 +11:00
parent eb22553598
commit d6fc261b42

View file

@ -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(style="padding:5px;")
if alive
p.text-white Server is Online
if !alive
p(style="color: red;") Server is offline
ul
li.nav-item(style="padding:5px;")
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