p {
width: 100px;
height: 50px;
padding: 20px;
border: 1px solid;
}
<!doctype html>
<html lang="en">
<head>
<title>Mary's Maple Bar Fast-Baking Recipe</title>
</head>
<body>
…
</body>
</html>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register(
'service-worker.js'
);
const registration = await navigator.serviceWorker.ready;
…
<!doctype html>
<html lang="en">
<head>
<title>Mary's Maple Bar Fast-Baking Recipe</title>
<title>Mary's Maple Bar Fast-Baking Recipe</title>
</head>
<body>
…
</body>
</html>