We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9941d7a commit 930c508Copy full SHA for 930c508
docs/index.html
@@ -31,13 +31,6 @@
31
<header class="bg-github shadow">
32
<div class="container mx-auto px-4 py-4 flex items-center justify-between">
33
<h1 class="text-2xl font-bold text-white">Rinha de Backend</h1>
34
- <nav>
35
- <ul class="flex space-x-4">
36
- <li><a href="#" class="text-white hover:text-gray-300">Home</a></li>
37
- <li><a href="#" class="text-white hover:text-gray-300">About</a></li>
38
- <li><a href="#" class="text-white hover:text-gray-300">Contact</a></li>
39
- </ul>
40
- </nav>
41
</div>
42
</header>
43
<main class="container mx-auto px-4 py-8 flex-grow">
0 commit comments