UNPKG

rutilus-analytics-node-js

Version:

Provides a GUI web app that allows users to examine their data in detail. Includes CSV export functionality.

18 lines 549 B
<!doctype 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>There was an error while trying to reset your password, your token may not be no longer valid.</p> <p>Please try requesting a password reset again.</p> <br /> <br /> <a href="/">Back</a> </div> </body> </html>