mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 00:27:55 +00:00
Feat: Move GitHub link to footer
This commit is contained in:
13
index.html
13
index.html
@@ -22,7 +22,12 @@
|
||||
<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.
|
||||
</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
|
||||
href="https://github.com/multipleof4/lynchmark"
|
||||
class="inline-flex items-center gap-2 text-gray-600 hover:text-gray-900"
|
||||
@@ -45,11 +50,7 @@
|
||||
</svg>
|
||||
<span class="mono text-xs font-medium">@multipleof4/lynchmark</span>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="results-container" class="flex flex-col gap-6 flex-grow">
|
||||
</div>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="module">
|
||||
const get = id => document.getElementById(id);
|
||||
|
||||
Reference in New Issue
Block a user