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:57:31 +01:00
parent 403da0d1fc
commit a1e944cbc6

View File

@ -1,8 +1,8 @@
<!doctype html>
<html>
<head>
<style>
<meta name="google" content="notranslate" />
<style>
body {
background: white;
color: black;