diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..effdcd8 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |