diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-05 16:34:12 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-05 16:34:12 +0200 |
commit | bbce7a8179cad39feafe3f98026c5321ace6c7e8 (patch) | |
tree | 346cfc8aa7db442eaa0411b69c996ebe4e877819 /info/legend.html | |
parent | 627225aead0401f59789658e541f960afd94837c (diff) | |
download | algeria-bbce7a8179cad39feafe3f98026c5321ace6c7e8.tar.gz |
map and counters
Diffstat (limited to 'info/legend.html')
-rw-r--r-- | info/legend.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/info/legend.html b/info/legend.html new file mode 100644 index 0000000..d762aeb --- /dev/null +++ b/info/legend.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<title>Algeria Legend</title> +<style> +html,body{margin:0;padding:0} +main { max-width: 600px; margin: 0 auto; } +img{display:block;margin:12px auto;max-width:100%} +</style> +<body> +<main> +<img src="legend.png" alt="[Algeria Legend]"> +</main> +</body> |