diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-14 17:17:29 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-24 21:06:18 +0200 |
commit | 46df92e32355428b00674a1b7670f5ca73493bb3 (patch) | |
tree | 7be18aefe050f3cd96a2823a047cb4434d04f0f0 /info/censorship.html | |
parent | 2ab63e2169d2b6ca8d5b561cf41b58a0f2e49320 (diff) | |
download | red-flag-over-paris-46df92e32355428b00674a1b7670f5ca73493bb3.tar.gz |
Add Censorship player aid.
Diffstat (limited to 'info/censorship.html')
-rw-r--r-- | info/censorship.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/info/censorship.html b/info/censorship.html new file mode 100644 index 0000000..259ad2c --- /dev/null +++ b/info/censorship.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html class="jpeg"> +<title>Red Flag Over Paris - Censorship Variant</title> +<style> +body { + background-color: slategray; +} +img { + display: block; + margin: 24px auto; + border-radius: 12px; + box-shadow: 1px 1px 5px rgba(0,0,0,0.5); + +} +</style> +<body> + +<img src="censorship.jpg"> + +</body> |