This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/web/templates/oob.html

12 lines
260 B
HTML
Raw Normal View History

2016-10-20 01:15:17 +05:30
{{ 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 }}" />
2016-10-20 01:15:17 +05:30
</div>
{{ template "footer.html" . }}