mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
0176385654
Signed-off-by: Vishal Rana <vr@labstack.com>
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
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="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- <link rel="apple-touch-icon" href="apple-touch-icon.png"> -->
|
|
<!-- Place favicon.ico in the root directory -->
|
|
<link rel="stylesheet" href="//storage.googleapis.com/code.getmdl.io/1.0.5/material.blue-pink.min.css">
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700">
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
<!-- <link rel="stylesheet" href="/styles/monokai.css"> -->
|
|
<link rel="stylesheet" href="/styles/prism.css">
|
|
<link rel="stylesheet" href="/styles/echo.css">
|
|
<script src="//storage.googleapis.com/code.getmdl.io/1.0.5/material.min.js"></script>
|
|
</head>
|