Started working on the layout of the app

This commit is contained in:
2023-11-24 23:34:50 -05:00
parent cbc816ad70
commit 9dceaa8119
5 changed files with 92 additions and 2 deletions

View File

@ -6,6 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{ .title }} | BLT</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="/css/kourend.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" charset="utf-8"></script>
</head>
<body>
<!-- navbar -->
{{ template "navbar" . }}
<!-- main content -->
<div id="main-content" class="container">
{{ end }}