diff options
| author | St33v <github@f3rr3t.com> | 2026-03-15 16:41:03 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-03-15 16:41:03 +1100 |
| commit | 848a4808eb6e93f2f5980e582c36be52af59790e (patch) | |
| tree | 8635bcaaddafc667331a5449e4d67253ac7d3691 /index.html | |
| parent | de19825e3d24f3d4917711d838e056b3ece6fb31 (diff) | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> + |
