From 1fc1087014a235a4fd153ea239ec3e5509757c17 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 6 Aug 2020 21:54:25 +0100 Subject: Support Google Sign-in client-side TODO: Support Google Sign-in server-side Also: - Add Haskell to project's shell.nix - Add stubbed Main.hs and Spec.hs - Add common .ghci file --- .../sandbox/learnpianochords/src/server/index.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 website/sandbox/learnpianochords/src/server/index.html (limited to 'website/sandbox/learnpianochords/src/server/index.html') diff --git a/website/sandbox/learnpianochords/src/server/index.html b/website/sandbox/learnpianochords/src/server/index.html new file mode 100644 index 000000000000..ce80faf0d501 --- /dev/null +++ b/website/sandbox/learnpianochords/src/server/index.html @@ -0,0 +1,28 @@ + + + + + Google Sign-in + + + + +
+ Sign out + + + -- cgit 1.4.1