From f71d0e4e1c9e912709cc954bfbc753db9b0fdbe9 Mon Sep 17 00:00:00 2001 From: Raul Almeida <haltsimog@gmail.com> Date: Fri, 17 Jul 2020 09:27:09 -0300 Subject: [PATCH] import google sign in resources --- public/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.html b/public/index.html index 2e5c176d..c4618fae 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> -- GitLab