diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..b59e0ef --- /dev/null +++ b/static/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <title>fle.ms</title> + </head> + <body> + <h1>fle.ms</h1> + <p>URL Shortener</p> + </body> +</html> |
