blob: 3d94e6691041bc0470afc168df4095ed9dacebb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- you can have *one* css rule, as a Treat -->
<style>
img {
width: 100%;
object-fit: cover;
}
</style>
<title></title>
</head>
<body>
|