mirror of
https://github.com/GamingShitposting/SalaMuseoGames
synced 2025-06-05 21:59:30 +02:00
Initial commit, patched theme and main pages
This commit is contained in:
9
_includes/emulator.html
Normal file
9
_includes/emulator.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
Reference in New Issue
Block a user