blob: f76b8a2bce6ffdc8ef463025e15d5e40a91ddfa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html manifest="manifest.appcache">>
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="public" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
</head>
<body>
<h1>Set up offline appcache Test</h1>
</body>
</html>
|