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

10 lines
295 B
HTML
Raw Normal View History

2016-10-20 01:15:17 +05:30
{{ template "header.html" . }}
2016-12-02 01:48:12 +05:30
<div class="theme-panel">
<h2 class="theme-heading">Login Successful</h2>
<p>Please copy this code, switch to your application and paste it there:</p>
<input type="text" class="theme-form-input" value="{{ .Code }}" />
2016-10-20 01:15:17 +05:30
</div>
{{ template "footer.html" . }}