<!DOCTYPE html>
<html lang="en">

<head>
    <title>Boytacean</title>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Game Boy emulator written in Rust 🦀." />
    <meta name="viewport"
        content="width=device-width, user-scalable=yes, initial-scale=1, minimum-scale=1, maximum-scale=5" />
    <link rel="canonical" href="https://boytacean.joao.me/" />
    <link rel="icon" href="res/icon.png" />
    <link rel="stylesheet" href="index.css" />
</head>

<body>
    <div id="app"></div>
</body>
<script type="module" src="index.ts"></script>
</body>

</html>