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