diff options
author | ZoRo <dos21h@gmail.com> | 2021-08-27 12:09:02 +0100 |
---|---|---|
committer | ZoRo <dos21h@gmail.com> | 2021-08-27 12:09:02 +0100 |
commit | 902a892068869702d8d6e2621b2f1d894012233a (patch) | |
tree | 4fadff5c5828fd2b6dab669b12dfabc3729bc54c /Build | |
parent | ffe433508af77aac30f79200d281b4326173af75 (diff) | |
download | NaiveFFT-902a892068869702d8d6e2621b2f1d894012233a.tar.gz NaiveFFT-902a892068869702d8d6e2621b2f1d894012233a.zip |
Remove tags
Diffstat (limited to 'Build')
-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 |