summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>
+