kaffesky-markdown-templates/convertion_templates_iA-Writer/ExampleTemplate_CleanDoc.iatemplate/Contents/Resources/document.html

24 lines
588 B
HTML
Raw Permalink Normal View History

2026-03-26 10:15:02 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><span data-title></span></title>
<link rel="stylesheet" href="style.css" />
<style>
/* Document page: no extra top/bottom padding.
Top/bottom white space comes from header/footer height in Info.plist. */
body {
padding-top: var(--sp-4);
padding-bottom: var(--sp-4);
}
/* The injected document content */
.document { }
</style>
</head>
<body>
<div class="document" data-document></div>
</body>
</html>