mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
9 lines
174 B
HTML
9 lines
174 B
HTML
{{define "title"}}GitHop{{end}}
|
|
|
|
{{define "body"}}
|
|
|
|
<form method="POST" action="{{routeUrl "sign-in"}}">
|
|
<input type="submit" value="Sign In with GitHub">
|
|
</form>
|
|
|
|
{{end}}
|