Initial commit, patched theme and main pages

This commit is contained in:
2023-12-02 23:00:23 +01:00
commit e4461a0b6f
181 changed files with 27306 additions and 0 deletions

9
_includes/emulator.html Normal file
View 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>