<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>We'll be right back | Civitai</title> <meta content="We're adjusting a few things, be back in a few minutes..." name="description"> <style> html { height: 100vh; } body { background: #1A1B1E; color: #c1c2c5; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; height: 100vh; display: flex; justify-content: center; align-items: center; } .container { width: 95%; max-width: 600px; } .icon { display: flex; justify-content: center; align-items: center; } .icon svg { width: 100px; height: 100px; } h1 { font-size: 2rem; line-height: 1.1; } img { width: 100%; box-shadow: 0 1px 3px #000, 0 5px 10px #000; } </style> </head> <body> <div class="container"> <div class="icon"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M6.5 7h11"></path> <path d="M6.5 17h11"></path> <path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path> <path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path> </svg> </div> <h1>We're adjusting a few things, be back in a few minutes...</h1> <img src="/images/imrs.webp" alt="This is fine"> </div> <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7be955206e2b1157","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script> </body> </html>