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