diff --git a/bd/bd.sql b/bd/bd.sql new file mode 100644 index 0000000..9ed1dfe --- /dev/null +++ b/bd/bd.sql @@ -0,0 +1,5 @@ +create database DeliveryFast; +CREATE USER 'proyectoSistemas'@'localhost' IDENTIFIED BY 'password'; +GRANT CREATE,ALTER,DROP,INSERT,UPDATE,DELETE,SELECT,CREATE VIEW,REFERENCES on DeliveryFast.* to 'proyectoSistemas'@'localhost'; +GRANT LOCK TABLES, PROCESS ON *.* TO 'proyectoSistemas'@'localhost'; +FLUSH PRIVILEGES; \ No newline at end of file diff --git a/controladores/login.php b/controladores/login.php new file mode 100644 index 0000000..e69de29 diff --git a/css/estilo.css b/css/estilo.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/js/login.js b/js/login.js new file mode 100644 index 0000000..e69de29