Compare commits
5 Commits
1352cf33ab
...
feat/nginx
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1fa1ae998 | ||
|
|
3842b6f84d | ||
|
|
a1e4fd80b0 | ||
|
|
de925ec39b | ||
|
|
6031836442 |
@@ -10,7 +10,7 @@ data:
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hello from MCP - v1 Stable</title>
|
||||
<title>Hello from MCP — v1 Stable</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
@@ -74,9 +74,21 @@ data:
|
||||
padding: 20px 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.ip-label { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: #64748b; margin-bottom: 8px; }
|
||||
.ip-value { font-size: 1.8rem; font-weight: 700; font-family: 'Courier New', monospace; color: #a78bfa; letter-spacing: 3px; }
|
||||
.footer { font-size: 0.78rem; color: #475569; }
|
||||
.ip-label {
|
||||
font-size: 0.7rem;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
color: #64748b;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.ip-value {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Courier New', monospace;
|
||||
color: #a78bfa;
|
||||
letter-spacing: 3px;
|
||||
}
|
||||
.footer { font-size: 0.78rem; color: #475569; margin-top: 10px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -4,3 +4,4 @@ metadata:
|
||||
name: nginx-mcp
|
||||
labels:
|
||||
track: stable
|
||||
managed-by: argocd
|
||||
|
||||
Reference in New Issue
Block a user