[enh] Make frontend nicer + don't use external sources

This commit is contained in:
Alban Crommer 2020-05-21 10:30:34 +00:00 committed by root
parent e60d280be2
commit 69734ba649
4 changed files with 23 additions and 5 deletions

View file

@ -5,9 +5,9 @@ html(lang="en")
title= title
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css')
link(rel='stylesheet', href='css/site.css')
script(type = "text/javascript",src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js')
link(rel='stylesheet', href='/css/bootstrap.min.css')
link(rel='stylesheet', href='/css/site.css')
script(type = "text/javascript",src='/js/jquery.min.js')
body
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-between">
<a class="navbar-brand" href="#">Changelog Server</a>