-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtemplate.html
More file actions
16 lines (16 loc) · 1.31 KB
/
template.html
File metadata and controls
16 lines (16 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#FFFFFF"/>
<style>
*{margin:0;padding:0}body{color:#000;font:100 100%/1.4 -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;max-width:900px;padding:2em;margin:0 auto}h1{font-size:4em;margin:0 0 .5em}h1 figure{width:1.25em;height:1.25em;display:inline-block;vertical-align:text-top}h2,h3,h4,th{font-weight:100}h2{font-size:2em}h3{font-size:1.6em}h4{font-size:1.2em}h2,h3,h4{margin:0 0 .25em}p,pre,ul,table,blockquote{margin:0 0 1em}ul ul,ul ol,ul p,ul pre,ol ul,ol ol,ol p,ol pre{margin:0}ul,ol{padding:0 0 0 2em}a{color:#2980b9}a:visited{color:#8e44ad}a:active{color:#27ae60}table{border-collapse:collapse}table,th,td{border:1px solid #dfe2e5}th{font-weight:500}th,td,pre,code{padding:.2em .5em}pre>code{padding:0}pre,code{color:#454545}tbody tr:nth-child(odd),pre,code{background:#f6f8fa}blockquote{padding-left:.5em;border-left:4px solid #f6f8fa}img,pre,code,table{max-width:100%;overflow-x:auto}@media only screen and (max-width: 768px){body{padding:1em}}
</style>
</head>
<body>
{{ content }}
</body>
</html>