Logo, icons and headers #7

This commit is contained in:
Ian Renton
2025-10-02 10:49:54 +01:00
parent 3addafb8b9
commit 10f8d9b4ed
12 changed files with 66 additions and 21 deletions

View File

@@ -4,7 +4,15 @@
<meta charset="UTF-8">
<title>API Documentation</title>
</head>
<body>
<body> <nav class="navbar navbar-expand-lg navbar-light justify-content-between border-bottom" style="background-color: white;">
<a class="navbar-brand" href="/">
<img src="/img/logo.png" width="192" height="60" alt="Spothole">
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="/about" class="nav-link">About</a></li>
<li class="nav-item"><a href="/apidocs" class="nav-link">API</a></li>
</ul>
</nav>
<redoc spec-url="/apidocs/openapi.yml"></redoc>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
</body>