9 lines
193 B
HTML
9 lines
193 B
HTML
<!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>
|