Failover Service
This commit is contained in:
17
docker/fallback/503.html
Normal file
17
docker/fallback/503.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EventHub - Maintenance</title>
|
||||
<style>
|
||||
body { font-family: 'Segoe UI', sans-serif; text-align: center; padding: 100px; background: #f4f4f9; color: #333; }
|
||||
h1 { font-size: 3rem; color: #d32f2f; }
|
||||
p { font-size: 1.4rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>503</h1>
|
||||
<p>EventHub временно недоступен. Мы уже чиним.</p>
|
||||
<p>Попробуйте обновить страницу через минуту.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user