summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/hello2.html
blob: d03c2d55210754ffb866583039138f07a5d84901 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <meta charset="utf-8" />
    <title>Hello, world! Again!</title>
  </head>
  <body>
    <p>Hello, world! Again!</p>
  </body>
</html>