aboutsummaryrefslogtreecommitdiff
path: root/res/www/index.html
blob: 49e1b07f1566f17f4fca5a9bb6a23a01f360c5dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<!-- MIT License, Copyright (c) 2020 Marvin Borner -->
<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>