Spaces:
Running
Running
Update public/index.html
Browse files- public/index.html +11 -1
public/index.html
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Voice of a Continent | SimbaBench Leaderboard</title>
|
|
@@ -195,7 +202,10 @@
|
|
| 195 |
</style>
|
| 196 |
</head>
|
| 197 |
<body>
|
| 198 |
-
|
|
|
|
|
|
|
|
|
|
| 199 |
<nav class="navbar layout-width">
|
| 200 |
<a href="https://africa.dlnlp.ai/simba" class="nav-logo">
|
| 201 |
<img src="https://africa.dlnlp.ai/simba/images/simba_main_logo.png" alt="Logo">
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
+
<!-- Google Tag Manager -->
|
| 5 |
+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
| 6 |
+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
| 7 |
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
| 8 |
+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
| 9 |
+
})(window,document,'script','dataLayer','GTM-KHSMPC77');</script>
|
| 10 |
+
<!-- End Google Tag Manager -->
|
| 11 |
<meta charset="UTF-8">
|
| 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 13 |
<title>Voice of a Continent | SimbaBench Leaderboard</title>
|
|
|
|
| 202 |
</style>
|
| 203 |
</head>
|
| 204 |
<body>
|
| 205 |
+
<!-- Google Tag Manager (noscript) -->
|
| 206 |
+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHSMPC77"
|
| 207 |
+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
| 208 |
+
<!-- End Google Tag Manager (noscript) -->
|
| 209 |
<nav class="navbar layout-width">
|
| 210 |
<a href="https://africa.dlnlp.ai/simba" class="nav-logo">
|
| 211 |
<img src="https://africa.dlnlp.ai/simba/images/simba_main_logo.png" alt="Logo">
|