rutilus-analytics-node-js
Version:
Provides a GUI web app that allows users to examine their data in detail. Includes CSV export functionality.
17 lines • 410 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Password reset</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
</head>
<body>
<div style="margin: 100px auto; max-width: 700px">
<p>Password updated</p>
<br />
<br />
<a href="/">Back</a>
</div>
</body>
</html>