summaryrefslogtreecommitdiff
path: root/web-ui/signup/index.html
blob: a1836721a6af307463a7723e624968c71682ad84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Pixelated Mail</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" href="bundle.css">
  </head>
  <body>
    <header><img src="images/pixelated-logo-orange.svg" alt="Pixelated" class="logo"/></header>
    <div class="message">
      <div id="app"></div>
      <script src="bundle.js"></script>
    </div>
  </body>
</html>