diff options
author | Marvin Borner | 2020-11-22 16:21:36 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-22 16:21:36 +0100 |
commit | 608fcc4075c1f28207aa177ec2d9408cc3e5e0da (patch) | |
tree | f526124c6ebcdb5895c074f2296eec5900622ef3 /res | |
parent | 9b739062e9e0a10770d5f6c11d65649671031374 (diff) |
Added HTTP response things
Very specific.
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> |