mirror of
https://github.com/labstack/echo.git
synced 2025-01-10 00:28:23 +02:00
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)
|