index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-23 12:06:01 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-23 12:06:01 -0700 |
commit | d729079cdf63a4382e3e3225295784124e0a4d5d (patch) | |
tree | d3ccd936e9e294a0492f7cb261d3266f133cc1d5 /test/integration/fixtures | |
parent | d06277bad51439595a02b449f50ce43645355d45 (diff) |
WIP: intercept request in test
Diffstat (limited to 'test/integration/fixtures')
-rw-r--r-- | test/integration/fixtures/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/fixtures/index.html b/test/integration/fixtures/index.html new file mode 100644 index 0000000..11e23c0 --- /dev/null +++ b/test/integration/fixtures/index.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <head> + <title>Infantry Combat Solo Basic</title> + </head> + <body> + </body> +</html> |