Commit 8af0e77e by 2024105070020

CODIGO DA BASE

parent 2f843e1e
<! DOCTYPE html>
<html>
<head>
<title>Fazenda</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<h1>% Sistema da Fazenda</h1>
<a href="/">Início</a> |
<a href="/cadastrar">Cadastrar Animal</a>
<hr>
{% block content %}{% endblock %}
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment