From 9f70cb2c612212e218b5df75c9afba08f51d3acb Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 29 Jul 2020 10:13:19 +0100 Subject: Add boilerplate for Google sign-in For more information, read: https://developers.google.com/identity/sign-in/web/sign-in?authuser=1 TODO: Use Elm ports or something similar to properly interop with the onSignIn and signOn functions defined in index.html. --- client/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'client/index.html') diff --git a/client/index.html b/client/index.html index ce8f727b6f3b..facf4e98623c 100644 --- a/client/index.html +++ b/client/index.html @@ -2,13 +2,31 @@ + Elm SPA +
-- cgit 1.4.1