summaryrefslogtreecommitdiffstats
path: root/browser/components/profiles/content/profiles.html
blob: 3151a24366c6abc167a68dc2fb67ec36b3901982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
   - You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html
  xmlns="http://www.w3.org/1999/xhtml"
  role="document"
  class="system-font-size"
>
  <head>
    <meta charset="utf-8" />
    <meta
      http-equiv="Content-Security-Policy"
      content="default-src resource: chrome:; object-src 'none'; img-src chrome:;"
    />
  </head>
  <body>
    <h1>Hello world - New Profiles</h1>
  </body>
</html>