HTML Templates

This commit is contained in:
2019-09-01 17:34:25 +02:00
parent ae70e47ebc
commit 4d4f4793d7
8 changed files with 170 additions and 0 deletions

7
masks/errors.html Normal file
View File

@@ -0,0 +1,7 @@
<div id="errors" class="round_top">
<ul>
<!-- [PART] ERROR [START] -->
<li>#error#</li>
<!-- [PART] ERROR [END] -->
</ul>
</div>