docs: add a white background to body (#26504)
This commit is contained in:
parent
f182a600e4
commit
d4e53925ba
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue