mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
2507dc13e9
Signed-off-by: Vishal Rana <vr@labstack.com>
44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
<footer class="w3-container w3-padding-48 w3-center footer">
|
|
<p>
|
|
<strong>Echo</strong> by <a href="https://labstack.com">LabStack</a> © 2016 LabStack. All Rights Reserved.
|
|
</p>
|
|
<p>
|
|
<a class="icon" href="https://blog.labstack.com">
|
|
<i class="fa fa-rss" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="icon" href="https://github.com/labstack">
|
|
<i class="fa fa-github" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="icon" href="https://facebook.com/labstack">
|
|
<i class="fa fa-facebook" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="icon" href="https://twitter.com/labstack">
|
|
<i class="fa fa-twitter" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="icon" href="https://plus.google.com/+labstack">
|
|
<i class="fa fa-google-plus" aria-hidden="true"></i>
|
|
</a>
|
|
</p>
|
|
</footer>
|
|
<script type="text/javascript" src="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
|
|
<script type="text/javascript">
|
|
docsearch({
|
|
apiKey: '69dfc65b57ccba29ec34b68aa5b274ed',
|
|
indexName: 'labstack',
|
|
inputSelector: '#search-box',
|
|
autocompleteOptions: {
|
|
dropdownMenuContainer: '#search-menu'
|
|
}
|
|
});
|
|
</script>
|
|
<!-- <script src="//sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
|
|
<script>
|
|
((window.gitter = {}).chat = {}).options = {
|
|
room: 'labstack/echo'
|
|
};
|
|
</script> -->
|
|
<script async defer id="github-bjs" src="//buttons.github.io/buttons.js"></script>
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
<script src="/scripts/prism.js"></script>
|
|
<script src="/scripts/echo.js"></script>
|