Explorar o código

add doctype to bench runner so it works in IE9

Evan You %!s(int64=11) %!d(string=hai) anos
pai
achega
de089aa176
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      benchmarks/runner.html

+ 10 - 1
benchmarks/runner.html

@@ -1 +1,10 @@
-<script src="browser.js"></script>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <script src="browser.js"></script>
+  </body>
+</html>