diff options
-rw-r--r-- | Build/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/index.html b/Build/index.html index df0ba28..eebf40f 100644 --- a/Build/index.html +++ b/Build/index.html @@ -1,11 +1,10 @@ <!DOCTYPE html> - <head> + <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>WebAssembly Example</title> <meta name="viewport" content="width=device-width, initial-scale=1"> - </head> - <body> + <!-- Include the JavaScript glue code. --> @@ -138,5 +137,3 @@ } </script> - </body> -</html>
\ No newline at end of file |