Skip to content

Commit

Permalink
alterando o nome das páginas
Browse files Browse the repository at this point in the history
  • Loading branch information
gabizelaa committed Jun 5, 2024
1 parent 7e8b52a commit cfad914
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Website/inicio.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/inicio.css">

<title>Salt</title>
<title>Salt - Início</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion Website/pages/cadastro.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="icon" href="../img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="../css/cadastro.css">

<title>Salt</title>
<title>Salt - Cadastro</title>
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion Website/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="/css/home.css">

<title>Salt - Resumo</title>

</head>

<body>
Expand All @@ -33,6 +33,7 @@
<a class="nav-item nav-link" href="#">Despesa</a>
<a class="nav-item nav-link" href="#">Metas</a>
<a class="nav-item nav-link" href="#">Configurações</a>
<a class="nav-item nav-link fw-light" href="/inicio.html">Sair</a>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion Website/pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="icon" href="../img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="../css/login.css">

<title>Salt</title>
<title>Salt - Login</title>
</head>

<body>
Expand Down

0 comments on commit cfad914

Please sign in to comment.