|
37 | 37 | <head> |
38 | 38 | <meta charset="UTF-8"> |
39 | 39 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
40 | | - <title>MTEX Status</title> |
| 40 | + |
| 41 | + <title>MTEX Status — Service Monitoring</title> |
| 42 | + <meta name="title" content="MTEX Status — Service Monitoring"> |
| 43 | + <meta name="description" content="Real-time operational status and uptime monitoring for MTEX infrastructure and services."> |
| 44 | + <meta name="keywords" content="MTEX, Status, Uptime, Services, Monitoring, API Status"> |
| 45 | + <meta name="author" content="MTEDdotDev"> |
| 46 | + <meta name="robots" content="index, follow"> |
| 47 | + |
| 48 | + <meta property="og:type" content="website"> |
| 49 | + <meta property="og:url" content="https://status.mtex.dev/"> |
| 50 | + <meta property="og:title" content="MTEX Status"> |
| 51 | + <meta property="og:description" content="Check the current status and performance of all MTEX services."> |
| 52 | + <meta property="og:image" content="https://github.com/MTEDdotDev.png"> |
| 53 | + |
| 54 | + <meta property="twitter:card" content="summary"> |
| 55 | + <meta property="twitter:url" content="https://status.mtex.dev/"> |
| 56 | + <meta property="twitter:title" content="MTEX Status"> |
| 57 | + <meta property="twitter:description" content="Check the current status and performance of all MTEX services."> |
| 58 | + <meta property="twitter:image" content="https://github.com/MTEDdotDev.png"> |
| 59 | + |
41 | 60 | <link rel="icon" type="image/x-icon" href="https://github.com/MTEDdotDev.png"> |
| 61 | + <link rel="apple-touch-icon" href="https://github.com/MTEDdotDev.png"> |
| 62 | + <meta name="theme-color" content="#0a0a0a"> |
| 63 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 64 | + |
42 | 65 | <script src="https://cdn.tailwindcss.com"></script> |
43 | 66 | <style> |
44 | 67 | @keyframes custom-spin { |
|
52 | 75 | background: rgba(10, 10, 10, 0.8); |
53 | 76 | backdrop-filter: blur(12px); |
54 | 77 | } |
| 78 | + ::-webkit-scrollbar { width: 8px; } |
| 79 | + ::-webkit-scrollbar-track { background: #0a0a0a; } |
| 80 | + ::-webkit-scrollbar-thumb { background: #262626; border-radius: 4px; } |
| 81 | + ::-webkit-scrollbar-thumb:hover { background: #404040; } |
55 | 82 | </style> |
56 | 83 | </head> |
57 | 84 | <body class="bg-neutral-950 text-neutral-100 min-h-screen selection:bg-emerald-500/30"> |
|
0 commit comments