friendship ended with social-app. php is my new best friend
1{layout 'layout.latte'}
2
3{block content}
4(this doesn't actually do anything yet! sorry 🙏)
5 <h2>log in</h2>
6 <form method="GET">
7 <div class="form-input">
8 <label>Username</label>
9 <p class="help">Your PDS will be automatically detected from your DID profile.</p>
10 <input type="text" name="username" id="username" />
11 </div>
12 <div class="form-input btn-row">
13 <input type="hidden" name="login" value="BskyProvider" />
14 <button type="submit" class="btn btn-primary">Log In</button>
15 </div>
16 </form>
17{/block}