diff options
Diffstat (limited to 'web-ui/src/account_recovery/account_recovery.html')
-rw-r--r-- | web-ui/src/account_recovery/account_recovery.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web-ui/src/account_recovery/account_recovery.html b/web-ui/src/account_recovery/account_recovery.html new file mode 100644 index 00000000..bd451ebc --- /dev/null +++ b/web-ui/src/account_recovery/account_recovery.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/> + <title>Pixelated Account Recovery</title> + </head> + <body> + <div id="root"/> + <script type="text/javascript" src="/assets/account_recovery.js"></script> + </body> +</html> |