2025-11-19 06:44:26 +01:00

10 lines
247 B
HTML

<article id="init">
<header>
<h3>I am the init</h3>
</header>
<p> Init record content</p>
<footer id="footer" data-init="console.log('init'); @get('/init2.html')">
<p>Init record footer</p>
</footer>
</article>