summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/tests/marionette/harness/telemetry_harness/resources/helloworld/helloworld.html
blob: 146ad025d9b90fcf05a9c588fa6282939313f899 (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">
        <style>
            body {
                background-color: lightgrey;
            }
            p {
                font-size: 25px;
                padding: 25px 50px;
            }
        </style>
    </head>
    <body>
        <p>Hello World!</p>
    </body>
</html>