summaryrefslogtreecommitdiff
path: root/client/templates/login.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-10 22:55:21 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-10 22:55:21 +0300
commit3c2d664444bed313899fb1789bf40f55f72d7c38 (patch)
treec20ab9283fcb6dbc2083e26eb7f2c762ca82371e /client/templates/login.html
parentb8519b5dfa00c1b57766f101660d471d36f99846 (diff)
Home screen base design
Diffstat (limited to 'client/templates/login.html')
-rw-r--r--client/templates/login.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/client/templates/login.html b/client/templates/login.html
index 1f42513..79d7f7e 100644
--- a/client/templates/login.html
+++ b/client/templates/login.html
@@ -1,4 +1,9 @@
<template name="login">
- <h2>Welcome</h2>
- <button class="login-instagram">Sign in with Instagram</button>
+ <div class="login-wrapper">
+ <div class="login">
+ <h1>Hello!</h1>
+ <h2>To start the process of creating your own unique icon you'll need to login thru your Instagram account</h2>
+ <button class="login">Sign in with Instagram</button>
+ </div>
+ </div>
</template>