mirror of
https://github.com/GamingShitposting/SalaMuseoGames
synced 2025-02-24 23:57:51 +01:00
10 lines
353 B
HTML
10 lines
353 B
HTML
<p>
|
|
<button onclick="(function(ctx){
|
|
ctx.parentElement.scrollIntoView();
|
|
ctx.parentElement.querySelector('iframe.AppFrame').focus();
|
|
})(this)">Focus</button>
|
|
{% if include.platform == 'nds' %}
|
|
<iframe class="AppFrame" src="https://octospacc.gitlab.io/Web-Archives-Misc/Repo/DeSmuME/#RomUrl={{ include.rom_binary }}"></iframe>
|
|
{% endif %}
|
|
</p>
|