pas2js/demo/datamodule/index.html
Michaël Van Canneyt b0b52a9edf * Data module demo
2022-03-29 16:37:32 +02:00

21 lines
489 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project1</title>
<script src="datamoduletest.js"></script>
</head>
<body>
<h1 id="hdrTitle"></h1>
<button id="btnSetTitle">Set title</button>
<h2 id="hdrTitle-2">Subtitle</h2>
<button id="btnSetTitle-2">Clear Title</button>
<script>
rtl.run();
</script>
</body>
</html>