9 lines
262 B
HTML
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>
|