UNPKG

olhovivo

Version:

A node.js wrapper for the SPTrans Olho Vivo API.

14 lines (13 loc) 426 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"/> <title>Olho Vivo</title> <link href="/css/index.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="app"></div> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=false&libraries=visualization"></script> <script type="text/javascript" src="/js/bundle.js"></script> </body> </html>