Upload index.html with huggingface_hub
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -293,7 +293,7 @@
|
|
| 293 |
</div>
|
| 294 |
|
| 295 |
<div class="direct-link">
|
| 296 |
-
<a href="/
|
| 297 |
</div>
|
| 298 |
|
| 299 |
<div class="footer">
|
|
@@ -327,7 +327,7 @@
|
|
| 327 |
}
|
| 328 |
|
| 329 |
function goMobile() {
|
| 330 |
-
window.location.href = '/
|
| 331 |
}
|
| 332 |
</script>
|
| 333 |
</body>
|
|
|
|
| 293 |
</div>
|
| 294 |
|
| 295 |
<div class="direct-link">
|
| 296 |
+
<a href="/calculator">Open HTML Calculator directly →</a>
|
| 297 |
</div>
|
| 298 |
|
| 299 |
<div class="footer">
|
|
|
|
| 327 |
}
|
| 328 |
|
| 329 |
function goMobile() {
|
| 330 |
+
window.location.href = '/mobile';
|
| 331 |
}
|
| 332 |
</script>
|
| 333 |
</body>
|