Update HTML
This commit is contained in:
parent
efc4a26340
commit
6f544db209
8 changed files with 137 additions and 41 deletions
8
templates/api.html
Normal file
8
templates/api.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}<title>Feeds</title>{% endblock %}
|
||||
{% block description %}FeedVault - A feed archive{% endblock %}
|
||||
{% block keywords %}RSS, Atom, Feed, Archive{% endblock %}
|
||||
{% block content %}
|
||||
<h2>API documentation</h2>
|
||||
<p>Here be dragons.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue