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>
17 lines
700 B
HTML
17 lines
700 B
HTML
<!doctype html>
|
|
<html lang="{{ .Site.LanguageCode }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>
|
|
{{ if ne .URL "/" }}{{ .Title }} - {{ end }}{{ .Site.Title }}
|
|
</title>
|
|
<meta name="description" content="{{ .Site.Params.description }}">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/styles/w3.css">
|
|
<link rel="stylesheet" href="/styles/font-awesome.min.css">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css">
|
|
<link rel="stylesheet" href="/styles/prism.css">
|
|
<link rel="stylesheet" href="/styles/main.css">
|
|
</head>
|