-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Renan de Aguiar Modesto
committed
Jun 6, 2024
1 parent
78d3e14
commit 7510596
Showing
6 changed files
with
27,468 additions
and
5,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="https://images2.imgbox.com/63/15/7WXYHaSz_o.png" /> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" | ||
crossorigin="anonymous" | ||
/> | ||
<title>Exclusão</title> | ||
</head> | ||
|
||
<body> | ||
<div style="width: 100%; height: 100vh; padding: 2%;" class="bg-danger"> | ||
<div class="position-relative"> | ||
<div class="position-absolute top-0 start-50 translate-middle-x"> | ||
<h1>Filme removido</h1> | ||
<button type="button" class="btn btn-dark" style="margin: 2% 0"> | ||
<a class="link-danger" href="/table"> Voltar </a> | ||
</button> | ||
</div> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="https://images2.imgbox.com/63/15/7WXYHaSz_o.png" /> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" /> | ||
<title>Exclusão</title> | ||
</head> | ||
|
||
<body> | ||
<div style="width: 100%; height: 100vh; padding: 2%;" class="bg-danger"> | ||
<div class="position-relative"> | ||
<div class="position-absolute top-0 start-50 translate-middle-x"> | ||
<h1>Filme removido</h1> | ||
<button type="button" class="btn btn-dark" style="margin: 2% 0"> | ||
<a class="link-danger" href="/table"> Voltar </a> | ||
</button> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.