19 lines
270 B
HTML
19 lines
270 B
HTML
<!DOCTYPE>
|
|
<head>
|
|
<style>
|
|
body {
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
p {
|
|
image-orientation: from-image;
|
|
}
|
|
p:before {
|
|
content: url(image-exif-270-deg-flip.jpg);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p></p>
|
|
</body>
|