diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-03-27 13:50:51 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-27 13:50:51 -0300 |
commit | 0c4c805f03d61760fd1685d22afbc545e67e96ed (patch) | |
tree | e51653b1cf4bbeb5381bab38e52be6f52efae6e6 /web-ui/src/account_recovery/account_recovery.html | |
parent | 367ad8bb015f69e287765137646a6bc6c1c5aff5 (diff) |
[#932] Creates account recovery resource
Diffstat (limited to 'web-ui/src/account_recovery/account_recovery.html')
-rw-r--r-- | web-ui/src/account_recovery/account_recovery.html | 14 |
1 files changed, 14 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..f4601239 --- /dev/null +++ b/web-ui/src/account_recovery/account_recovery.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="icon" type="image/png" href="public/images/favicon.png" /> + <meta charset="utf-8"/> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> + <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/> + <title>Pixelated</title> + </head> + <body> + <div id="root"/> + <script type="text/javascript" src="/assets/account_recovery.js"></script> + </body> +</html> |