Update index.html
Browse files- index.html +7 -5
index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<meta name="description" content="Schlankes, schnelles Template für eine kleine Projektseite – ideal für GitHub Pages oder Hugging Face Spaces." />
|
| 8 |
|
| 9 |
<!-- Social Cards (optional, ohne Bild) -->
|
| 10 |
-
<meta property="og:title" content="
|
| 11 |
<meta property="og:description" content="Schnelles Static-Site-Template (HTML/CSS/JS)." />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
<meta name="twitter:card" content="summary_large_image" />
|
|
@@ -66,7 +66,7 @@
|
|
| 66 |
</head>
|
| 67 |
<body>
|
| 68 |
<header class="site-header">
|
| 69 |
-
<a href="#" class="logo">
|
| 70 |
<button class="nav-toggle" aria-expanded="false" aria-controls="site-nav">☰</button>
|
| 71 |
<nav id="site-nav" class="site-nav" aria-label="Hauptnavigation">
|
| 72 |
<a href="#home">Home</a>
|
|
@@ -110,9 +110,11 @@
|
|
| 110 |
<!-- Eingebettete Beispiel-Daten (funktioniert auch lokal ohne Server) -->
|
| 111 |
<script id="leaderboard-data" type="application/json">{
|
| 112 |
"rows": [
|
| 113 |
-
{"rank": 1, "name": "
|
| 114 |
-
{"rank": 2, "name": "
|
| 115 |
-
{"rank": 3, "name": "
|
|
|
|
|
|
|
| 116 |
]
|
| 117 |
}</script>
|
| 118 |
</section>
|
|
|
|
| 7 |
<meta name="description" content="Schlankes, schnelles Template für eine kleine Projektseite – ideal für GitHub Pages oder Hugging Face Spaces." />
|
| 8 |
|
| 9 |
<!-- Social Cards (optional, ohne Bild) -->
|
| 10 |
+
<meta property="og:title" content="AVIP Benchmark" />
|
| 11 |
<meta property="og:description" content="Schnelles Static-Site-Template (HTML/CSS/JS)." />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
| 66 |
</head>
|
| 67 |
<body>
|
| 68 |
<header class="site-header">
|
| 69 |
+
<a href="#" class="logo">AVIP<span>Benchmark</span></a>
|
| 70 |
<button class="nav-toggle" aria-expanded="false" aria-controls="site-nav">☰</button>
|
| 71 |
<nav id="site-nav" class="site-nav" aria-label="Hauptnavigation">
|
| 72 |
<a href="#home">Home</a>
|
|
|
|
| 110 |
<!-- Eingebettete Beispiel-Daten (funktioniert auch lokal ohne Server) -->
|
| 111 |
<script id="leaderboard-data" type="application/json">{
|
| 112 |
"rows": [
|
| 113 |
+
{"rank": 1, "name": "Qwen", "score": 98, "updated": "2025-08-01"},
|
| 114 |
+
{"rank": 2, "name": "Gemini Pro", "score": 92, "updated": "2025-07-28"},
|
| 115 |
+
{"rank": 3, "name": "Gemini Flash w/o reasoning", "score": 89, "updated": "2025-07-20"},
|
| 116 |
+
{"rank": 3, "name": "Gemini Flash w reasoning", "score": 89, "updated": "2025-07-20"}
|
| 117 |
+
|
| 118 |
]
|
| 119 |
}</script>
|
| 120 |
</section>
|