Put <meta> tag outside <style>
Fixes https://github.com/jedisct1/libsodium.js/pull/267
This commit is contained in:
parent
403da0d1fc
commit
a1e944cbc6
@ -1,8 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
<meta name="google" content="notranslate" />
|
||||
<style>
|
||||
body {
|
||||
background: white;
|
||||
color: black;
|
||||
|
Loading…
Reference in New Issue
Block a user