mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
11 lines
297 B
HTML
11 lines
297 B
HTML
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
|
<section id="mysection1" contenteditable="true">
|
|
|
|
<h1>__WEBPAGE_TITLE__</h1>
|
|
<h2>__WEBPAGE_TITLE2__</h2>
|
|
<p>
|
|
__WEBPAGE_CONTENT
|
|
</p>
|
|
|
|
</section>
|