A
Anonymous

Finance Dashboard Portal - Copy this Html, Tailwind Component to your project

Faça um site com base nessa estrutura com foço em financas {% load static %} <!DOCTYPE html> <html lang="pt br"> <head> <meta charset="UTF 8"> <meta name="viewport" content="width=device width, initial scale=1.0"> <title>Controle de Investimentos</title> <link rel="stylesheet" href="{% static 'css/style.css' %}"> </head> <body> <nav class="navbar"> <a href="{% url 'listar_investimentos' %}">Listar Investimentos</a> <a href="{% url 'adicionar_investimento' %}">Adicionar Investimento</a> <a href="{% url 'financas_adicionar' %}">Adicionar Finança</a> <a href="{% url 'listar_historico' %}">Historico</a> </nav> <div class="container"> {% if messages %} {% for message in messages %} <div class="alert">{{ message }}</div> {% endfor %} {% endif %} {% block content %}{% endblock %} </div> </body> </html> .color1 {color: #121807;} .color2 {color: #12443e;} .color3 {color: #e47615;} .color4 {color: #eacd45;} .color5 {color: #f8efbd;}

Prompt
Component Preview

About

Finance Dashboard Portal - Manage investments, add finances, and view history with alerts. Built with HTML and Tailwind. Copy template now!

Share

Last updated 1 month ago