mirror of https://gitee.com/bigwinds/arangodb
22 lines
680 B
HTML
22 lines
680 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Password successfully changed</title>
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600" rel="stylesheet" type="text/css">
|
|
<link href="style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div class="top-wrapper">
|
|
<div class="container"><div class="logo"></div></div>
|
|
</div>
|
|
<div class="panel confirmation">
|
|
Password successfully changed. <br><br>Press <a href="/">here</a> to proceed.
|
|
</div>
|
|
<footer>
|
|
<div class="container">
|
|
<div class="copy">Copyright 2014 ArangoDB</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|