Correcion al enviar pedidos. al servidor. Generacion de Mensajes SnackBar

This commit is contained in:
Pablinux
2025-05-17 04:03:12 -05:00
parent b7c2505166
commit 09c5b0384d
37 changed files with 8537 additions and 28 deletions

View File

@@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<title>Search</title>
</head>
<body>
<div id="buttons">
<label> <input id="query" value='cats' type="text"/><button id="search-button" onclick="search()">Search</button></label>
</div>
<div id="search-container">
</div>
<script src="https://www.gstatic.com/external_hosted/jquery2.min.js"></script>
<script src="auth.js"></script>
<script src="search.js"></script>
<script src="https://apis.google.com/js/client.js?onload=googleApiClientReady"></script>
</body>
</html>