mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-06 16:40:15 +08:00
15 lines
280 B
HTML
15 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<link rel="stylesheet" href="/assets/css/index.css">
|
|
<link rel="stylesheet" href="/assets/css/syntax.css">
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|