diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-05 11:10:54 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-05 11:10:54 +0200 |
commit | 627225aead0401f59789658e541f960afd94837c (patch) | |
tree | 6535ff73b15bda0a0a34c7f7b5b3418b3f8b2cc2 /info/charts.html | |
download | algeria-627225aead0401f59789658e541f960afd94837c.tar.gz |
Initial commit
Diffstat (limited to 'info/charts.html')
-rw-r--r-- | info/charts.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/info/charts.html b/info/charts.html new file mode 100644 index 0000000..201024b --- /dev/null +++ b/info/charts.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<title>Algeria Chart</title> +<style> +body { max-width: 50rem; margin: 2rem; } +table { border-collapse: collapse; width: 100%; } +th, td { border: 1px solid black; padding: 0 5px; } +th { background-color: gainsboro; } +</style> +<body> +<h1>Algeria Charts</h1> + +</body> |