Feat: Move GitHub link to footer

This commit is contained in:
2025-11-08 10:59:24 -08:00
parent 81b36965b0
commit cf376b5b2c

View File

@@ -22,7 +22,12 @@
<p class="text-base text-gray-600 max-w-lg mx-auto"> <p class="text-base text-gray-600 max-w-lg mx-auto">
This benchmark tests the model's knowledge by tasking it to import the right library from the right CDN URL path and having the pre-existing library specific knowledge to correctly implement a solution for each challenging problem for/in the browser environment using JavaScript. This benchmark tests the model's knowledge by tasking it to import the right library from the right CDN URL path and having the pre-existing library specific knowledge to correctly implement a solution for each challenging problem for/in the browser environment using JavaScript.
</p> </p>
<div class="mt-4 flex justify-center"> </header>
<div id="results-container" class="flex flex-col gap-6 flex-grow">
</div>
<footer class="mt-10 flex justify-center">
<a <a
href="https://github.com/multipleof4/lynchmark" href="https://github.com/multipleof4/lynchmark"
class="inline-flex items-center gap-2 text-gray-600 hover:text-gray-900" class="inline-flex items-center gap-2 text-gray-600 hover:text-gray-900"
@@ -45,11 +50,7 @@
</svg> </svg>
<span class="mono text-xs font-medium">@multipleof4/lynchmark</span> <span class="mono text-xs font-medium">@multipleof4/lynchmark</span>
</a> </a>
</div> </footer>
</header>
<div id="results-container" class="flex flex-col gap-6 flex-grow">
</div>
</main> </main>
<script type="module"> <script type="module">
const get = id => document.getElementById(id); const get = id => document.getElementById(id);