Steve Li commited on
Commit
162cc9e
1 Parent(s): 33be0e8
Files changed (2) hide show
  1. index.html +1 -1
  2. style.css +0 -2
index.html CHANGED
@@ -8,7 +8,7 @@
8
  </head>
9
  <body>
10
  <div class="contaier">
11
- <p>Testing</p>
12
  </div>
13
  </body>
14
  </html>
 
8
  </head>
9
  <body>
10
  <div class="contaier">
11
+ <embed src="https://haizelabs.com/benchmarks/benchmarks" style="width:100%; height: 100%;">
12
  </div>
13
  </body>
14
  </html>
style.css CHANGED
@@ -6,8 +6,6 @@ body {
6
  .container {
7
  width: 100%;
8
  height: 100%;
9
-
10
- background-color: red;
11
  }
12
 
13
 
 
6
  .container {
7
  width: 100%;
8
  height: 100%;
 
 
9
  }
10
 
11