diff options
Diffstat (limited to 'views/index.html')
-rw-r--r-- | views/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html new file mode 100644 index 000000000000..67d9bcbae59b --- /dev/null +++ b/views/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> + <title>Submit Queue</title> +</head> + +<body> +</body> + +</html> |