feat: add docs link

This commit is contained in:
Mark Bailey 2024-10-26 19:20:28 -04:00
parent e411c80c12
commit e1b66a87ac

View File

@ -3,9 +3,7 @@
<head> <head>
</head> </head>
<body> <body>
{% for fname, result in results.items() %} <h1>DocTR API v1</h1>
<h1>{{ fname }}</h1> <p>Docs <a href="/docs" alt="/docs">here</a></p>
<p>{{ result }}</p>
{% endfor %}
</body> </body>
</html> </html>