summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery/account_recovery.html
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/account_recovery/account_recovery.html')
-rw-r--r--web-ui/src/account_recovery/account_recovery.html14
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..35054455
--- /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="/public/account_recovery.js"></script>
+ </body>
+</html>