diff options
author | gumi <git@gumi.ca> | 2019-07-14 15:07:23 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-14 15:07:23 -0400 |
commit | 872288426090839f2f23e60187a58ee51d6fe4ea (patch) | |
tree | cc925f0ca3779c0eb626b458ea5846876018f063 /www/index.html | |
parent | 39cd056da531b21e6358c51a21baf1bc1c9f6040 (diff) | |
download | apiv1-872288426090839f2f23e60187a58ee51d6fe4ea.tar.gz apiv1-872288426090839f2f23e60187a58ee51d6fe4ea.tar.bz2 apiv1-872288426090839f2f23e60187a58ee51d6fe4ea.tar.xz apiv1-872288426090839f2f23e60187a58ee51d6fe4ea.zip |
add web page
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..8355c07 --- /dev/null +++ b/www/index.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> +<head> +<title>TMW API</title> +</head> +<body> +<h1>The Mana World RESTful API</h1> +Source code available at <a href="https://github.com/themanaworld/api">https://github.com/themanaworld/api</a> +</body> +</html> |