aboutsummaryrefslogtreecommitdiff
path: root/res/index.html
blob: 3d7488b06fdfa0da1868b1794b964b0fd2f4bc53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>Melvix Server</title>
    </head>
    <body>
        <h1>This is a test page.</h1>
    </body>
</html>