UNPKG
generator-sean
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
SEAN Official Yeoman Generator
github.com/MangoTools/generator-sean
MangoTools/generator-sean
generator-sean
/
app
/
templates
/
public
/
modules
/
users
/
views
/
password
/
reset-password-success.client.view.html
5 lines
(4 loc)
•
158 B
HTML
View Raw
1
2
3
4
5
<
section
class
=
"row text-center"
>
<
h3
class
=
"col-md-12"
>
Password successfully reset
</
h3
>
<
a
href
=
"/"
class
=
"col-md-12"
>
Continue to home page
</
a
>
</
section
>