Initial commit

This commit is contained in:
Julian Müller (ChaoticByte) 2024-03-13 22:01:35 +01:00
commit acdf17e31c
2 changed files with 116 additions and 0 deletions

12
README.md Normal file
View 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>
```