15 lines
539 B
HTML
15 lines
539 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/css/styles.css"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<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>
|
|
<script src="/js/bundle.js"></script>
|
|
</body>
|
|
</html>
|