Actualización del 2025-06-18 a las 17:08:45
This commit is contained in:
parent
eb72ec9e56
commit
78c01fd61b
7 changed files with 368 additions and 239 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue