christopher commited on
Commit
02b4335
·
1 Parent(s): c4837d3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -5,7 +5,7 @@
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
  <title>DOOM</title>
7
  <style type="text/css">
8
- .dosbox-container { width: 320px; height: 200px; }
9
  .dosbox-container > .dosbox-overlay { background: url(https://js-dos.com/cdn/DOOM.png); }
10
  </style>
11
  </head>
 
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
  <title>DOOM</title>
7
  <style type="text/css">
8
+ .dosbox-container { width: 1920; height: 1080; }
9
  .dosbox-container > .dosbox-overlay { background: url(https://js-dos.com/cdn/DOOM.png); }
10
  </style>
11
  </head>