init with copied files from markdown-tagebuch

This commit is contained in:
Marcel Dechert
2022-04-18 22:50:19 +01:00
parent f13e1c88ed
commit 22013a7b3e
11 changed files with 328 additions and 0 deletions

16
templates/yt.html Normal file
View File

@@ -0,0 +1,16 @@
{% extends "base.html" %}
{% block title %} Youtube 2 Podcast RSS {% endblock %}
{% block pageHeader %} Youtube 2 Podcast RSS {% endblock %}
{% block content %}
<p>Input youtube URL</p>
<form action="#" method="post">
<p><input type="text" name="ytlink" placeholder="https://www.youtube.com/watch?v=abc" /> </p>
<p><input class="btn btn-primary" type="submit" value="submit" /> </p>
</form>
{% endblock %}
<!--{%for _ in range(10) %}-->
<!-- <p>x</p>-->
<!--{% endfor %}-->