13 lines
335 B
HTML
13 lines
335 B
HTML
<!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>
|