Spaces:
Sleeping
Sleeping
Update base.html
Browse files- app/templates/base.html +3 -3
app/templates/base.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
-
<title>
|
| 7 |
|
| 8 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 9 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
@@ -133,11 +133,11 @@
|
|
| 133 |
<canvas id="code-rain"></canvas>
|
| 134 |
|
| 135 |
<header>
|
| 136 |
-
<div class="brand">MATRIX-
|
| 137 |
<nav>
|
| 138 |
<a href="/validator">Validator</a>
|
| 139 |
<a href="/home">Info</a>
|
| 140 |
-
<a href="https://github.com/agent-matrix/
|
| 141 |
</nav>
|
| 142 |
</header>
|
| 143 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
+
<title>a2a-validator</title>
|
| 7 |
|
| 8 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 9 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
| 133 |
<canvas id="code-rain"></canvas>
|
| 134 |
|
| 135 |
<header>
|
| 136 |
+
<div class="brand">MATRIX-A2A</div>
|
| 137 |
<nav>
|
| 138 |
<a href="/validator">Validator</a>
|
| 139 |
<a href="/home">Info</a>
|
| 140 |
+
<a href="https://github.com/agent-matrix/a2a-validator" target="_blank" rel="noreferrer" title="Give me a star on GitHub!">GitHub</a>
|
| 141 |
</nav>
|
| 142 |
</header>
|
| 143 |
|