dolibarr/htdocs/website/samples/page-sample-basic.html

12 lines
312 B
HTML
Raw Permalink Normal View History

2024-05-12 12:20:00 +02:00
<!-- 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">
2024-05-12 12:32:33 +02:00
<h1>__(MyContainerTitle)__</h1>
<h2>__(MyContainerTitle2)__</h2>
2024-05-12 12:20:00 +02:00
<p>
2024-05-12 12:32:33 +02:00
__(WEBPAGE_CONTENT)__
2024-05-12 12:20:00 +02:00
</p>
</section>