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-24 15:59:17 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-24 15:59:17 -0700 |
commit | a80728f16f90616d93dcc9ed932528b35e2ef62d (patch) | |
tree | 3155abf47790f01c8fe87e374f30926cdd763b16 /public/index.html.test | |
parent | d729079cdf63a4382e3e3225295784124e0a4d5d (diff) |
WIP: mock selenium response
Diffstat (limited to 'public/index.html.test')
-rw-r--r-- | public/index.html.test | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/index.html.test b/public/index.html.test new file mode 100644 index 0000000..e7cde7d --- /dev/null +++ b/public/index.html.test @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate, post-check=0, pre-check=0" /> + <meta http-equiv="cache-control" content="max-age=0" /> + <title>Losing my mind</title> + </head> + <body> + <svg viewBox="-6 -6 12 12" xmlns="http://www.w3.org/2000/svg" class="weapon-icon"> + <use href="assets/images/counters.svg?v=2#smg"></use> + </svg> + </body> + <!-- <script src="index.js"></script> --> +</html> |