mirror of https://gitee.com/bigwinds/arangodb
22 lines
665 B
HTML
22 lines
665 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Password change error</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">
|
|
The token is invalid. Please enter a valid token (no linebreaks etc.).
|
|
</div>
|
|
<footer>
|
|
<div class="container">
|
|
<div class="copy">Copyright 2014 ArangoDB</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|