Commit b77a648b by Ian Gustavo
parents 8e9b0a9b 1b3c313b
...@@ -28,4 +28,6 @@ def excluir(id): ...@@ -28,4 +28,6 @@ def excluir(id):
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(debug=True)
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<title>Cadastro</title> <title>Cadastro</title>
</head> </head>
<body> <body>
......
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