text change

This commit is contained in:
Sanghee Kim 2016-03-02 19:42:39 +01:00
commit b571ff834b
2 changed files with 56 additions and 56 deletions

View file

@ -6,8 +6,21 @@
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://pingendo.github.io/pingendo-bootstrap/themes/default/bootstrap.css" rel="stylesheet" type="text/css">
</head><body>
<div class="section"><div class="container"><div class="row"><div class="col-md-12"><h1 class="text-center text-muted">You're successfully registered!</h1></div></div><div class="row"><div class="col-md-12"><p class="text-center text-muted">Your password is sent to your email!
</p></div></div></div></div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-muted">You're successfully registered!</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="text-center text-muted">Your password is sent to your email!
<br>Check your email to activate your account.</p>
</div>
</div>
</div>
</div>
</body></html>