Put <meta> tag outside <style>

Fixes https://github.com/jedisct1/libsodium.js/pull/267
This commit is contained in:
Frank Denis
2021-02-07 13:58:23 +01:00
parent 12f03c310f
commit 4020f76a5f
+1 -1
View File
@@ -1,8 +1,8 @@
<!doctype html>
<html>
<head>
<style>
<meta name="google" content="notranslate" />
<style>
body {
background: white;
color: black;