feat: style improvements

This commit is contained in:
Florian Sylvain
2023-08-11 01:19:55 +02:00
parent 366ae190ff
commit 7611738b48
2 changed files with 36 additions and 28 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">GohCMS</a>
<div class="d-flex gap-2">
<img src="/static/gohcms-favicon-128.png" alt="Logo" style="width: 2.5rem"/>
<a class="navbar-brand" href="#">
GohCMS
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
+5 -2
View File
@@ -13,8 +13,11 @@
<style>
</style>
</head>
<body>
<body class="text-dark">
{{.Navbar}}
<h1>Home</h1>
<div class="container mt-3 text-black-50">
<h1>Accueil</h1>
<p>Bienvenue sur GohCMS !</p>
</div>
</body>
</html>