diff options
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> |