blob: 259ad2caaa4997ceaf66358532487cec718d205e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|