diff options
author | Marvin Borner | 2020-11-22 19:22:31 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-22 19:22:31 +0100 |
commit | d82b18c90710baf16239257272a740488fddf11c (patch) | |
tree | 9a59f9c4eb16a5d5050d430f1946d9997ae5e6db /res/index.html | |
parent | 608fcc4075c1f28207aa177ec2d9408cc3e5e0da (diff) |
Added file-based HTTP server
And fixed/added some other things
Diffstat (limited to 'res/index.html')
-rw-r--r-- | res/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/res/index.html b/res/index.html deleted file mode 100644 index 3d7488b..0000000 --- a/res/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<!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> |