summaryrefslogtreecommitdiff
path: root/web-ui/app/account_recovery.html
blob: d2021f65d317f50006b36a46fee41d510c373281 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <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>