10 lines
227 B
HTML
10 lines
227 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Simple manifest</title>
|
|
<link rel="manifest" href="non-existing-manifest.json">
|
|
</head>
|
|
<body>
|
|
<p>This page links to a manifest URL that is a 404.</p>
|
|
</body>
|