about summary refs log tree commit diff
path: root/client/index.html
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29 Add boilerplate for Google sign-inWilliam Carroll1-0/+18
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.
2020-07-29 Add Elm boilerplate to projectWilliam Carroll1-0/+15
Create a top-level client directory to store my Elm boilerplate.