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-23 23:48:07 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
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>
|