blob: effdcd8fda5708c9680bbe8daaf276bd4372f041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<head>
<title> waterpi </title>
<meta http-equiv="refresh" content="60">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.responsive {
width: 100%;
max-width: 800;
height: auto;
}
</style>
</head>
<body>
<img src="img.jpg" class="responsive">
</body>
</html>
|