CC-FORMAT/template.html

35 lines
762 B
HTML
Raw Normal View History

2025-04-17 18:52:33 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">
body {
margin: 0 auto;
max-width: 63em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
blockquote {
margin: 1em 1.4em 1em 1.4em;
padding-left: 1em;
color: #202020;
font-family: 'Courier New';
}
</style>
$if(math)$
$math$
$endif$
</head>
<body>
$body$
</body>
</html>