10 lines
214 B
HTML
10 lines
214 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Empty manifest</title>
|
|
<link rel="manifest" href='data:application/manifest+json,{"name": 0}'>
|
|
</head>
|
|
<body>
|
|
<pre><code>{ }</code></pre>
|
|
</body>
|