Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<style type="text/css">
<!--
div {
border: solid 2mm red;
}
div.content-1 {
background: green;
}
div.content-2 {
background: blue;
}
-->
</style>
<page>
<div class="content-[[page_cu]]">Page [[page_cu]]</div>
</page>
<page>
<div class="content-[[page_cu]]">Page [[page_cu]]</div>
</page>