mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
20 lines
570 B
HTML
20 lines
570 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/assets/css/index.css?d={{ site.time | date: '%s' }}">
|
|
<link rel="stylesheet" href="/assets/css/syntax.css?d={{ site.time | date: '%s' }}">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
{% seo %}
|
|
</head>
|
|
<body>
|
|
{% include nav.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|