summaryrefslogtreecommitdiff
path: root/client/templates/login.html
blob: 79d7f7ecac917ca89e7ed95ececc48cacc7ee81c (plain)
1
2
3
4
5
6
7
8
9
<template name="login">
  <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>