nezha/resource/template/theme-hotaru/viewpassword.html
naiba 5f140f1d04 熊大给出的配色建议
Co-authored-by: xiongbao <4247191+xiongbao@users.noreply.github.com>
2021-08-06 10:43:21 +08:00

25 lines
825 B
HTML
Vendored

{{define "theme-hotaru/viewpassword"}}
{{template "common/header" .}}
{{if ts .CustomCode}}
{{.CustomCode|safe}}
{{end}}
<div class="login nb-container">
<div class="ui center aligned grid">
<div class="column">
<h2 class="ui nezha-primary-font image header">
<img src="static/logo.svg?v20210804" class="image">
<div class="content">
验证查看密码
</div>
</h2>
<form action="/view-password" method="POST" class="ui form">
<div class="field">
<input type="password" name="Password">
</div>
<button class="ui button" type="submit">确认</button>
</form>
</div>
</div>
</div>
{{template "common/footer" .}}
{{end}}