Update header.html
Browse files- header.html +12 -2
header.html
CHANGED
|
@@ -105,13 +105,23 @@
|
|
| 105 |
|
| 106 |
<!-- Homepage Link. -->
|
| 107 |
<span class="link-block">
|
| 108 |
-
<a href="https://
|
| 109 |
<span class="icon" style="margin-right: 8px">
|
| 110 |
-
<i class="fas fa-
|
| 111 |
</span>
|
| 112 |
<span style="color: white">Homepage</span>
|
| 113 |
</a>
|
| 114 |
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
</div>
|
| 116 |
</div>
|
| 117 |
|
|
|
|
| 105 |
|
| 106 |
<!-- Homepage Link. -->
|
| 107 |
<span class="link-block">
|
| 108 |
+
<a href="https://mineru.org.cn/home?source=huggingface" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
|
| 109 |
<span class="icon" style="margin-right: 8px">
|
| 110 |
+
<i class="fas fa-home" style="color: white"></i>
|
| 111 |
</span>
|
| 112 |
<span style="color: white">Homepage</span>
|
| 113 |
</a>
|
| 114 |
</span>
|
| 115 |
+
|
| 116 |
+
<!-- Client Link. -->
|
| 117 |
+
<span class="link-block">
|
| 118 |
+
<a href="https://mineru.org.cn/client?source=huggingface" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
|
| 119 |
+
<span class="icon" style="margin-right: 8px">
|
| 120 |
+
<i class="fas fa-download" style="color: white"></i>
|
| 121 |
+
</span>
|
| 122 |
+
<span style="color: white">Download</span>
|
| 123 |
+
</a>
|
| 124 |
+
</span>
|
| 125 |
</div>
|
| 126 |
</div>
|
| 127 |
|