diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-09 18:53:48 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-09 18:53:48 +0300 |
| commit | 58b4bc50d64ea8b664a2f023eb5889c640ec9a0f (patch) | |
| tree | 0da99fe5743fa3ddae1a921b8425caedcd860cc3 /client/templates/login.html | |
| parent | d0d37fb74d1509934dea97eff3ed2f3c87098286 (diff) | |
Login, logout and simple routing
Diffstat (limited to 'client/templates/login.html')
| -rw-r--r-- | client/templates/login.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/templates/login.html b/client/templates/login.html new file mode 100644 index 0000000..1f42513 --- /dev/null +++ b/client/templates/login.html @@ -0,0 +1,4 @@ +<template name="login"> + <h2>Welcome</h2> + <button class="login-instagram">Sign in with Instagram</button> +</template> |
