Updating iA-writer section

This commit is contained in:
jostein 2026-03-26 10:15:02 +01:00
parent 6f50b1f00d
commit 37ba3383ba
7 changed files with 866 additions and 0 deletions

View file

@ -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>