mithril-vndb/render/tests/manual/index.html
2022-02-19 12:06:39 +01:00

9 lines
262 B
HTML

<html>
<body>
Various parent website content.
There should be a clickable button below, which is inside an iframe containing a Mithril.js app:
<div>
<iframe src="./iframe.html"></iframe>
</div>
</body>
</html>