html5paper/README.md

13 lines
154 B
Markdown
Raw Normal View History

2024-03-13 22:01:35 +01:00
## HTML Template Example
```html
<div class="sheet">
<h1>Hello</h1>
<p>World</p>
</div>
<div class="sheet">
<h1>Second Page</h1>
</div>
```