blob: 180c42a7b5a670907e9c971e4b35267c6a75ac37 (
plain)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<head>
<meta charset="utf-8">
<title>Manifest 404 not found</title>
<link rel="manifest" href='nowhere.json'>
</head>
<body>
<h1>Manifest error 404 not found</h1>
</body>
|