We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f182a60 commit d4e5392Copy full SHA for d4e5392
docs/tutorial/quick-start.md
@@ -106,7 +106,7 @@ The `index.html` page looks as follows:
106
<title>Hello World!</title>
107
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
108
</head>
109
-<body>
+<body style="background: white;">
110
<h1>Hello World!</h1>
111
We are using node <script>document.write(process.versions.node)</script>,
112
Chrome <script>document.write(process.versions.chrome)</script>,
0 commit comments