blob: f336f409e3a16ba7213bec47ba64a13afc6b0835 (
plain)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<head>
<meta charset="utf-8">
<title>Successful load for a linked manifest</title>
<link rel="manifest" href='manifest.json'>
</head>
<body>
<h1>Manifest OK (linked manifest)</h1>
</body>
|