summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2026-03-15 16:41:03 +1100
committerSt33v <github@f3rr3t.com>2026-03-15 16:41:03 +1100
commit848a4808eb6e93f2f5980e582c36be52af59790e (patch)
tree8635bcaaddafc667331a5449e4d67253ac7d3691 /index.html
parentde19825e3d24f3d4917711d838e056b3ece6fb31 (diff)
Centre image in viewport with black backgroundHEADmaster
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index f43eedc..0aa07c7 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,13 @@
<!DOCTYPE html>
<html lang="en">
-<head><meta charset="utf-8"><title>Synoptic</title></head>
+<head>
+<meta charset="utf-8">
+<title>Synoptic</title>
+<style>
+ body { margin: 0; background: #000; display: flex; justify-content: center; align-items: center; height: 100vh; }
+ img { max-width: 100%; max-height: 100vh; }
+</style>
+</head>
<body><img src="/synopticLatest.png" alt="Latest synoptic"></body>
</html>
+