summaryrefslogtreecommitdiff
path: root/client/templates/login.html
blob: 68269088147446debe45d68232841169f3b42fb0 (plain)
1
2
3
4
5
6
7
8
9
<template name="login">
  <div class="login-wrapper">
    <div class="login">
      <h1>m<img src="/img/icons/01.gif">des</h1>
      <h2>Reflect Yourself</h2>
      <button class="login">Login with Instagram</button>
    </div>
  </div>
</template>