Remove doctype declaration from the example index.html, as it seems to muck up Firefox

Justin Clift 2018-10-04 06:06:43 +01:00
parent 49f924d897
commit 4915f007a8

@ -39,7 +39,6 @@ $ cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
Create an `index.html` file:
```HTML
<!doctype html>
<html>
<head>
<meta charset="utf-8">