Initial commit
This commit is contained in:
commit
acdf17e31c
2 changed files with 116 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
## HTML Template Example
|
||||
|
||||
```html
|
||||
<div class="sheet">
|
||||
<h1>Hello</h1>
|
||||
<p>World</p>
|
||||
</div>
|
||||
<div class="sheet">
|
||||
<h1>Second Page</h1>
|
||||
</div>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue