This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Eric Chiang 5e61d5fe83 Revert "Merge pull request from amrutac/refactor-css"
This reverts commit 4d88eabb500748df1f8c205c73ac55f3eb2d4fd8, reversing
changes made to b38d3552026c60c3877b181d858359f5264545a4.
2016-12-01 13:18:32 -08:00

12 lines
260 B
HTML

{{ template "header.html" . }}
<div class="panel">
<h2 class="heading">Login Successful</h2>
Please copy this code, switch to your application and paste it there:
<br/>
<input type="text" value="{{ .Code }}" />
</div>
{{ template "footer.html" . }}