diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 08:59:40 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 08:59:40 +0000 |
| commit | b0cbe2db0ee3311fc028e7229749726d4cfe6973 (patch) | |
| tree | 76f04328c7f4026f80b20fe25a1f01a78ddf7c26 /views/verification.hbs | |
| parent | ef5d0e0304cea09fdd67745153e617b197667479 (diff) | |
Added third party verification.
Diffstat (limited to 'views/verification.hbs')
| -rw-r--r-- | views/verification.hbs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/verification.hbs b/views/verification.hbs new file mode 100644 index 0000000..564af50 --- /dev/null +++ b/views/verification.hbs @@ -0,0 +1,10 @@ +<main id="solutions-main"> + <div class="container"> + <div class="jumbotron text-center"> + <h3><span class="fa fa-lock"></span> Verification</h3> + + <p>Login with:</p> + <a href="/auth/facebook" class="btn btn-primary"><span class="fa fa-facebook"></span> Facebook</a> + </div> + </div> +</main>
\ No newline at end of file |
