aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/dev_server_sample_output_folder/index.html
blob: 501f7f3293bf4e2023c2010f3a4e5b431956b96d (plain) (blame)
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <title>Dev server test fixture</title>
    </head>
    <body>
        <h1>This is a dummy file for the dev server to serve</h1>
        <p>...during the tests ✔.</p>
    </body>
</html>