-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdel.html
More file actions
27 lines (24 loc) · 739 Bytes
/
del.html
File metadata and controls
27 lines (24 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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="icon" href="img/flatIcon.png">
<title>Elemento deletado</title>
<link rel="stylesheet" href="css/del.css">
</head>
<body>
<header>
<img src="img/icon.png" alt="logo" title="logo">
<h1>Cadastro Fácil</h1>
<span><p>.</p></span>
</header>
<main>
<div class="resp" id="resp">
</div>
<a href="tabela.html" alt="Página dos dados" title="Página dos dados">Página das tabelas</a>
</main>
<script src="js/exc.js"></script>
</body>
</html>