Actualización del 2025-06-18 a las 17:08:45

This commit is contained in:
jlimolina 2025-06-18 17:08:45 +02:00
parent eb72ec9e56
commit 78c01fd61b
7 changed files with 368 additions and 239 deletions

View file

@ -3,14 +3,6 @@
{% block title %}Últimas Noticias RSS{% endblock %}
{% block content %}
<header>
<h1>Agregador de Noticias</h1>
<p class="subtitle">Tus fuentes de información, en un solo lugar.</p>
<a href="{{ url_for('dashboard') }}" class="top-link" style="margin-top:15px;">
<i class="fas fa-cogs"></i> Gestionar Feeds
</a>
</header>
<div class="card">
<h2><i class="fas fa-filter" style="color: var(--secondary-color); margin-right: 10px;"></i>Filtrar Noticias</h2>
<form method="get" action="{{ url_for('home') }}" id="filter-form">
@ -116,3 +108,4 @@ document.addEventListener('DOMContentLoaded', function() {
});
</script>
{% endblock %}