x0/test.html
2023-12-24 00:32:43 +01:00

24 lines
No EOL
484 B
HTML

<html x0-mods="copy,http" x0-module-root="./modules/">
<body>
<div>
<h2>Copy</h2>
<div id="ex">
<span>Original content</span>
</div>
<div x-inner-text x-copy-query="#ex"></div>
</div>
<div>
<h2>Get</h2>
<pre x-inner-text x-get="./test.html" x-get-refresh=5000></>
</div>
<div>
<button onclick="window.x0.update()">Update x0</button>
</div>
</body>
<script src="./x0.js"></script>
</html>