fully responsive UI

This commit is contained in:
2025-11-24 23:43:51 +01:00
parent bdc4992d16
commit 177a9cbac3
12 changed files with 1297 additions and 865 deletions

View File

@@ -34,6 +34,7 @@
<div class="main-wrapper">
<header class="top-header">
<button id="hamburger-btn" class="hamburger"></button>
<h3>Extension Emulator</h3>
</header>
@@ -97,6 +98,7 @@
</div>
<script src="../src/emulator/emulator.js"></script>
<script src="../src/hamburger.js"></script>
</body>
</html>