*: port oob template

This commit is contained in:
Eric Chiang
2016-10-19 12:45:17 -07:00
parent 86b2d93966
commit 7084a801d7
4 changed files with 36 additions and 2 deletions

11
web/templates/oob.html Normal file
View File

@@ -0,0 +1,11 @@
{{ 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" . }}