<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Good Bye!</title><style>body { margin: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #2d51ba; background: rgb(63,94,251); background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(68,93,244,1) 5%, rgba(0,32,255,1) 9%, rgba(106,111,222,1) 40%, rgba(4,0,255,1) 100%);} img { max-width: 100%; height: auto; }</style></head><body><img src="/goodbye.jpg" alt="Good Bye!"></body></html>