| 1 | <!DOCTYPE html> |
| 2 | <html lang="es"> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset="UTF-8"> |
| 6 | <meta name="viewport" content="width=device-width"> |
| 7 | <title>Maps</title> |
| 8 | </head> |
| 9 | |
| 10 | <body> |
| 11 | <h1>Maps</h1> |
| 12 | <iframe |
| 13 | src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7526.355841517565!2d-98.98640932835467!3d19.40471709504528!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x85d1e319b9413c4f%3A0x1d391ad53ddf65d1!2sUniversidad%20Tecnol%C3%B3gica%20de%20Nezahualc%C3%B3yotl!5e0!3m2!1ses-419!2smx!4v1574352931317!5m2!1ses-419!2smx" |
| 14 | width="600" height="450" frameborder="0" style="border:0;" |
| 15 | allowfullscreen=""></iframe> |
| 16 | </body> |
| 17 | |
| 18 | </html> |