mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
19 lines
758 B
HTML
19 lines
758 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>API Documentation</title>
|
|
</head>
|
|
<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>
|
|
</html> |