diff --git a/public/index.html b/public/index.html index 2e5c176d60246ce9ed6113d86e2f173f94db9d2a..c4618faec9fead0f824d3e58217b4d4a4de22662 100755 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,10 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/> <html lang="pt-br"> <head> <meta charset="utf-8" /> + <!-- google sign-in --> + <meta name="google-signin-client_id" content="288460085642-btm1qv530pm33c4ih5gm2c9hl1402lbi.apps.googleusercontent.com"> + <script src="https://apis.google.com/js/platform.js" async defer></script> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Portal MEC</title> </head>