This repository has been archived on 2022-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
Rob Watson 1816d0be4b
All checks were successful
continuous-integration/drone/push Build is passing
Implement login/logout flow
2022-05-21 22:52:41 +02:00

8 lines
182 B
HTML

{{template "base.html" .}}
{{define "content"}}
<p>Sick of Elon? Tired of Twitter? Have Elon Musk delete your tweets for you.</p>
<a href="/login">Sign in with Twitter</a>
{{end}}