style(design): apply favicon and nav link fixes to all subpages

This commit is contained in:
Garfield
2026-06-12 12:57:51 -04:00
parent 58a6d0f200
commit a326611806
3 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent Tutorial — SquareMCP Docs</title>
<link rel="icon" type="image/svg+xml" href="squaremcp-logo.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
@@ -17,7 +18,7 @@
<a href="agent-tutorial.html" class="active">Agent tutorial</a>
<a href="https://hermes.squaremcp.com/openapi-social.json" target="_blank">API reference ↗</a>
</div>
<a href="https://squaremcp.com" class="nav-cta" target="_blank">Open app</a>
<a href="https://app.squaremcp.com" class="nav-cta" target="_blank">Open app</a>
</div>
</nav>

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Getting Started — SquareMCP Docs</title>
<link rel="icon" type="image/svg+xml" href="squaremcp-logo.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
@@ -17,7 +18,7 @@
<a href="agent-tutorial.html">Agent tutorial</a>
<a href="https://hermes.squaremcp.com/openapi-social.json" target="_blank">API reference ↗</a>
</div>
<a href="https://squaremcp.com" class="nav-cta" target="_blank">Open app</a>
<a href="https://app.squaremcp.com" class="nav-cta" target="_blank">Open app</a>
</div>
</nav>

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Platform Guides — SquareMCP Docs</title>
<link rel="icon" type="image/svg+xml" href="squaremcp-logo.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
@@ -17,7 +18,7 @@
<a href="agent-tutorial.html">Agent tutorial</a>
<a href="https://hermes.squaremcp.com/openapi-social.json" target="_blank">API reference ↗</a>
</div>
<a href="https://squaremcp.com" class="nav-cta" target="_blank">Open app</a>
<a href="https://app.squaremcp.com" class="nav-cta" target="_blank">Open app</a>
</div>
</nav>