Skip to content

Commit 00019f4

Browse files
committed
feat: update <head>
1 parent 6c9d401 commit 00019f4

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

index.php

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,31 @@
3737
<head>
3838
<meta charset="UTF-8">
3939
<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+
4160
<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+
4265
<script src="https://cdn.tailwindcss.com"></script>
4366
<style>
4467
@keyframes custom-spin {
@@ -52,6 +75,10 @@
5275
background: rgba(10, 10, 10, 0.8);
5376
backdrop-filter: blur(12px);
5477
}
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; }
5582
</style>
5683
</head>
5784
<body class="bg-neutral-950 text-neutral-100 min-h-screen selection:bg-emerald-500/30">

0 commit comments

Comments
 (0)