Bugs

parent 003605eb
...@@ -50,4 +50,4 @@ def excluir(id): ...@@ -50,4 +50,4 @@ def excluir(id):
if __name__ == '__main__': if __name__ == '__main__':
with app.app_context(): with app.app_context():
db.create_all() db.create_all()
app.run(host='10.35.111.216', port=8080, debug=True) app.run(host='10.35.124.137', port=8080, debug=True)
\ No newline at end of file \ No newline at end of file
...@@ -308,6 +308,9 @@ ...@@ -308,6 +308,9 @@
<body> <body>
<!-- Cabeçalho com logo e busca --> <!-- Cabeçalho com logo e busca -->
<header class="header"> <header class="header">
<a class="header_user" href="/templates/perfil"
><img src="/img/user-solid.png" alt="Perfil" width="30px"
/></a>
<a class="header__logo" href="/">Dishly</a> <a class="header__logo" href="/">Dishly</a>
<div class="header__search"> <div class="header__search">
<!-- ícone de lupa --> <!-- ícone de lupa -->
......
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Perfil</title>
</head>
<body>
</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