This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-07-12 22:31:08 +00:00
|
|
|
<!doctype html>
|
2017-08-11 14:48:32 +00:00
|
|
|
<html lang="{{ $.Site.Language.Lang }}">
|
2017-07-12 22:31:08 +00:00
|
|
|
<head>
|
2017-08-11 14:48:32 +00:00
|
|
|
<meta charset="utf-8">
|
2017-10-07 10:37:07 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
2017-08-11 14:48:32 +00:00
|
|
|
<base href="{{ $.Site.BaseURL }}">
|
|
|
|
<title>{{ $.Site.Title }}</title>
|
|
|
|
<link rel="stylesheet" href="css/main.css"/>
|
2017-07-12 22:31:08 +00:00
|
|
|
</head>
|
|
|
|
<body>
|