13 lines
397 B
HTML
13 lines
397 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="{{ .Site.Params.Description }}">
|
|
<meta name="generator" content="vim">
|
|
<title>{{ .Site.Title }}</title>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="icon" type="image/png" href="/img/favicon.png">
|
|
</head>
|
|
<body>
|