1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html lang="en"> <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>