diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/index.html b/res/index.html new file mode 100644 index 0000000..3d7488b --- /dev/null +++ b/res/index.html @@ -0,0 +1,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> |