mirror of
https://github.com/labstack/echo.git
synced 2025-01-10 00:28:23 +02:00
a2b9836e8c
* docs: edit on github Signed-off-by: Vishal Rana <vishal.rana@verizon.com> * updated docs Signed-off-by: Vishal Rana <vishal.rana@verizon.com> * cleaner Context#Param Signed-off-by: Vishal Rana <vishal.rana@verizon.com> * updated website Signed-off-by: Vishal Rana <vr@labstack.com> * updated website Signed-off-by: Vishal Rana <vr@labstack.com>
15 lines
499 B
HTML
15 lines
499 B
HTML
<nav class="navbar">
|
|
<a href="/"><img class="logo" src="/images/logo.png" alt="Echo"></a>
|
|
<span class="w3-hide-small w3-hide-medium">
|
|
<input id="search-box" type="text" class="w3-input" placeholder="Search...">
|
|
<i class="fa fa-search"></i>
|
|
</span>
|
|
<span class="links">
|
|
<a href="/guide">Guide</a>
|
|
<a href="/middleware">Middleware</a>
|
|
<a href="/recipes">Recipes</a>
|
|
</ul>
|
|
</span>
|
|
<span class="w3-xxlarge w3-hide-large" onclick="openSidenav()">☰</span>
|
|
</nav>
|