SameBoy/wasm/web/index.html

16 lines
233 B
HTML
Raw Normal View History

2019-06-05 00:26:31 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SameBoy</title>
</head>
<body>
<script src="SameBoy.js"></script>
<script>
Module.onRuntimeInitialized = _ => {
console.log(Module)
};
</script>
</body>
</html>