docs: add a white background to body (#26504)

This commit is contained in:
NotWearingPants 2020-11-18 21:54:26 +02:00 committed by GitHub
parent f182a600e4
commit d4e53925ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ The `index.html` page looks as follows:
<title>Hello World!</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
</head>
<body>
<body style="background: white;">
<h1>Hello World!</h1>
We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,