christopher commited on
Commit
e41fff0
·
1 Parent(s): 75d4a56

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -15
index.html CHANGED
@@ -1,15 +0,0 @@
1
- <iframe
2
- width="680"
3
- height="400"
4
- frameborder="0"
5
- src="https://dos.zone/player/?bundleUrl=https%3A%2F%2Fcdn.dos.zone%2Fcustom%2Fdos%2Fdoom.jsdos?anonymous=1"
6
- allowfullscreen>
7
- </iframe>
8
- <!--
9
- Message 'dz-player-exit' will be fired when js-dos is exited:
10
-
11
- window.addEventListener("message", (e) => {
12
- if (e.data.message === "dz-player-exit") {
13
- // ...
14
- }
15
- });