diff options
Diffstat (limited to 'uag/squad.xml/index.html')
| -rw-r--r-- | uag/squad.xml/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/uag/squad.xml/index.html b/uag/squad.xml/index.html new file mode 100644 index 0000000..c1444a1 --- /dev/null +++ b/uag/squad.xml/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>UAG squad.xml</title> + </head> + <body> + <script> + window.location.href = "./squad.xml"; + </script> + </body> +</html> |
