From d6fc261b42bd997136aad34002969db9584eda66 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Tue, 19 Oct 2021 14:45:33 +1100 Subject: [PATCH] anotherone --- views/layout.pug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index 1fb6927..928a8dd 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -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