blob: 95ad22b609fe9ce5a06d3ab89274618537357459 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<head>
<meta charset="utf-8">
<title>Manifest successful load with a warning</title>
<link rel="manifest" href='data:application/manifest+json,{"name": "Foo}'>
</head>
<body>
<h1>Manifest OK with validation errors</h1>
<p>The manifest has invalid JSON</p>
</body>
|