diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-17 13:26:28 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 3e9c5d59969de9e22691a9446a81d18911442cf7 (patch) | |
tree | 4986c8f2ddcf26278e87b138a08ab10882037938 /icons/index.html | |
parent | 45e37f44bb23472467698514d8dacd6ed2be5caf (diff) | |
download | shores-of-tripoli-3e9c5d59969de9e22691a9446a81d18911442cf7.tar.gz |
tripoli: Workaround Safari SVG bugs by avoiding SVG features.
Diffstat (limited to 'icons/index.html')
-rw-r--r-- | icons/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/icons/index.html b/icons/index.html new file mode 100644 index 0000000..f52e241 --- /dev/null +++ b/icons/index.html @@ -0,0 +1,14 @@ +<html> +<body> +<p> +<img src="us_frigate.svg"> +<img src="se_frigate.svg"> +<img src="tr_frigate.svg"> +<p> +<img src="us_gunboat.svg"> +<img src="tr_corsair.svg"> +<img src="al_corsair.svg"> +<p> +<img src="us_marine.svg"> +<img src="ar_infantry.svg"> +<img src="tr_infantry.svg"> |