API Consulta clientes

This commit is contained in:
2023-07-05 09:33:56 -05:00
parent 6b4b3e263c
commit 95757595ad
10 changed files with 46 additions and 8 deletions

View File

@@ -26,3 +26,4 @@ body{
#ctrl_audio{
margin-top: -60px;
}

View File

@@ -90,4 +90,9 @@ body{
width: 99%;
margin-top: 0rem;
border-radius: 8px;
}
}
.footer a{
margin-left: 30px;
}

View File

@@ -0,0 +1,13 @@
<!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">
<title>Document</title>
</head>
<body>
<h1>hola mundo</h1>
<p></p>
</body>
</html>