mirror of
https://github.com/Kaffesky/kaffesky-markdown-templates.git
synced 2026-04-18 13:57:31 +02:00
Updating iA-writer section
This commit is contained in:
parent
6f50b1f00d
commit
37ba3383ba
7 changed files with 866 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue