some plumbing stuff

This commit is contained in:
Tobias Brunner 2025-01-27 15:07:38 +01:00
parent b367012d5c
commit 4c6732f9d0
No known key found for this signature in database
6 changed files with 147 additions and 8 deletions

View file

@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services Marketplace</title>
<title>Servala - The Cloud Native Services Hub</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="{% url 'services:service_list' %}">Services Marketplace</a>
<a class="navbar-brand" href="{% url 'services:service_list' %}">Servala - The Cloud Native Services Hub</a>
</div>
</nav>