You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.4 KiB

<!--
Copyright (C) 2024-2025 Simon Quigley <tsimonq2@ubuntu.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
...
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ PAGE_TITLE }}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom mb-3">
<a class="navbar-brand pl-2" href="/">Lubuntu CI</a>
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tasks">Tasks</a>
</li>
</ul>
<span class="navbar-text">
<!--<img src="https://api.launchpad.net/devel/~tsimonq2/logo" height="32em" width="32em" />
<span class="px-2">tsimonq2</span>-->
USER
</span>
</nav>
<div class="mt-2 px-5">
{{BLOCK content}}
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="/static/main.js"></script>
</body>
</html>