msgba-web/public/index.html

21 lines
734 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/styles.css"/>
<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"/>
</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>