summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/hello.html
blob: 5ebd20f9298fbcbadddd34172c8f44c034b8649d (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <meta charset="utf-8" />
    <title>Hello, world!</title>
    <link rel="manifest" href="manifest.webmanifest" />
  </head>
  <body>
    <p>Hello, world!</p>
  </body>
</html>