mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
0176385654
Signed-off-by: Vishal Rana <vr@labstack.com>
26 lines
335 B
Markdown
26 lines
335 B
Markdown
---
|
|
title: Website
|
|
menu:
|
|
side:
|
|
parent: recipes
|
|
weight: 4
|
|
---
|
|
|
|
### Server
|
|
|
|
`server.go`
|
|
|
|
{{< embed "website/server.go" >}}
|
|
|
|
### Client
|
|
|
|
`index.html`
|
|
|
|
{{< embed "website/public/index.html" >}}
|
|
|
|
### Maintainers
|
|
|
|
- [vishr](https://github.com/vishr)
|
|
|
|
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/website)
|