2023-03-13 21:54:52 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2023-03-19 20:05:33 +01:00
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="/css/styles.css"/>
|
2023-03-25 19:37:27 +01:00
|
|
|
<meta name="viewport" content="height = device-height,
|
|
|
|
width = device-width,
|
|
|
|
initial-scale = 1.0,
|
|
|
|
minimum-scale = 1.0,
|
|
|
|
maximum-scale = 1.0,
|
|
|
|
user-scalable = no,
|
|
|
|
target-densitydpi = device-dpi"/>
|
2023-03-19 20:05:33 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-03-24 03:37:06 +01:00
|
|
|
<noscript style="font-size: 40px">
|
|
|
|
<p>This GameBoy Advance emulator cannot work with javascript disabled.</p>
|
|
|
|
<p>You can have a copy of the source code at <a href="https://git.owlcode.tech/sergiotarxz/msgba-web">The msgba repo</a></p>
|
|
|
|
</noscript>
|
2023-03-19 20:05:33 +01:00
|
|
|
<script src="/js/bundle.js"></script>
|
|
|
|
</body>
|
2023-03-13 21:54:52 +01:00
|
|
|
</html>
|