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