mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
66 lines
2.3 KiB
HTML
66 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
|
|
<meta charset="utf-8"/>
|
|
<title>Podsync - Turn YouTube channels into podcast feeds</title>
|
|
<meta property="og:title" content="Podsync - turn YouTube channels into podcast feeds"/>
|
|
<meta property="og:description"
|
|
content="Simple and free service that lets you listen to any YouTube or Vimeo channels, playlists or user videos in podcast format"/>
|
|
<meta property="og:locale" content="en_US"/>
|
|
<meta property="og:image" content="/assets/img/og_image.png"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description"
|
|
content="Simple and free service that lets you listen to any YouTube or Vimeo channels, playlists or user videos in podcast format"/>
|
|
{% block link %}
|
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico"/>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
|
|
<link rel="stylesheet" href="assets/css/site.css"/>
|
|
{% endblock %}
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
<script src="assets/js/site.js"></script>
|
|
{% endblock %}
|
|
|
|
{% block analytics %}
|
|
<script>
|
|
(function (i, s, o, g, r, a, m) {
|
|
i['GoogleAnalyticsObject'] = r;
|
|
i[r] = i[r] || function () {
|
|
(i[r].q = i[r].q || []).push(arguments)
|
|
}, i[r].l = 1 * new Date();
|
|
a = s.createElement(o),
|
|
m = s.getElementsByTagName(o)[0];
|
|
a.async = 1;
|
|
a.src = g;
|
|
m.parentNode.insertBefore(a, m)
|
|
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
|
|
|
ga('create', 'UA-64237526-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
{% endblock %}
|
|
|
|
{% block support %}
|
|
<script>
|
|
(function (w, i, d, g, e, t, s) {
|
|
w[d] = w[d] || [];
|
|
t = i.createElement(g);
|
|
t.async = 1;
|
|
t.src = e;
|
|
s = i.getElementsByTagName(g)[0];
|
|
s.parentNode.insertBefore(t, s);
|
|
})(window, document, '_gscq', 'script', '//widgets.getsitecontrol.com/23626/script.js');
|
|
</script>
|
|
{% endblock %}
|
|
|
|
</body>
|
|
</html> |