blob: 7b1bd72bd7f5a0283b3f1b53de3288abb26edca3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<template name="login">
<div class="login-wrapper">
<div class="login">
<h1>Hello!</h1>
<h2>Start the process of creating your custom icon by logging into your Instagram account</h2>
<hr>
<button class="login">Login with Instagram</button>
</div>
</div>
</template>
|