summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRobert Scheibe <mail@robert-scheibe.de>2024-12-19 21:34:28 +0100
committerRobert Scheibe <mail@robert-scheibe.de>2024-12-19 21:34:28 +0100
commit9ee7efb4bc032ccebb021e70bb8d227193f9497a (patch)
tree049b72eb766a2ecb3cf370083105191e9a00eaa4 /index.html
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
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>