From a35777569d50096a717d75a4e46b45da228666eb Mon Sep 17 00:00:00 2001 From: Daniel Henrique <62768034+DaniHRE@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:06:06 -0300 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ea1553e..e7e73ad 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ var dosbox = new Dosbox({ id: "dosbox", onload: function (dosbox) { - dosbox.run("/roms/ultimate-doom.zip", "./UltDoom/DOOM.EXE"); + dosbox.run("./roms/ultimate-doom.zip", "./UltDoom/DOOM.EXE"); }, onrun: function (dosbox, app) { console.log("App '" + app + "' is runned"); @@ -32,4 +32,4 @@ - \ No newline at end of file +