summaryrefslogtreecommitdiff
path: root/web-ui/app/account_recovery.html
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-01 16:41:11 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-01 16:41:11 -0200
commit50efd8f59b814bc27e870ff3b09372b0d717b926 (patch)
treebfb09a35af6fa82a232eeb702dc069f5f966d04a /web-ui/app/account_recovery.html
parentc141c30b068e91f58b0c64649462589f7442a2df (diff)
[#922] Add react
with @tayanefernandes
Diffstat (limited to 'web-ui/app/account_recovery.html')
-rw-r--r--web-ui/app/account_recovery.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/web-ui/app/account_recovery.html b/web-ui/app/account_recovery.html
index 448f5ea8..407f5907 100644
--- a/web-ui/app/account_recovery.html
+++ b/web-ui/app/account_recovery.html
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<head>
- <title>$account_email - Pixelated Account Recovery</title>
+ <title>Pixelated Account Recovery</title>
</head>
<body>
- Hello!!! :)
+ <div id="root"/>
+ <script type="text/javascript" src="/assets/account_recovery.js"></script>
</body>
</html>