<!DOCTYPE html>
<html manifest="/static/example/html5/js/manifest_index.appcache">
<head>
<meta charset="UTF-8">
</head>
<body>
<p id="timePara"><button onclick="getDateTime()">获得日期和事件</button></p>
<p><img src="../../resource/img/logo_new.png" /></p>
<p>请打开<a href="/static/example/html5/manifest_index.html" target="_blank">这个页面</a>,然后脱机浏览,重新加载页面。页面中的脚本和图像依然可用。</p>
</body>
<script type="text/javascript" src="/static/example/html5/js/manifest_time.js"></script>
</html>