Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link href="style/app/index.css" rel="stylesheet" />
<script type="module" src="js/app/index.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-SERBNVPJ42"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-SERBNVPJ42");
</script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/js/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ window.addEventListener("load", async () => {
gamepad(instance);
const showSettings = settings(instance);

const response = await fetch("../../welcome.ch8");
const response = await fetch("welcome.ch8");
const data = await response.bytes();
const welcomeProgram = new Uint8Array(data);

Expand Down