summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/hello.html
blob: f7a862bf172ed959d116247440aa8521c8bd8052 (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>