<!DOCTYPE html> <html lang="ja"> <head> <title>PWA sample</title> <link rel="stylesheet" type="text/css" href="pwa-sample.css"> <link rel="icon" href="img/pwa-sample.ico" type="image/x-icon"> <link rel="manifest" href="pwa-manifest.json"> <script type="text/javascript" src="pwa-sample.js"></script> </head> <body> <h1>押せ</h1> <p><button type="button" id="A">A</button></p> <p><button type="button" id="B">B</button></p> <p><img width="350px" height="250px" id="img"></p> <p><a href="manifest.json">manifest</a>, <a href="pwa-sample.css">css</a>, <a href="pwa-sample.js">js</a>, </p> <p><button type="button" onclick="location.reload(true);"> SUPER reload</button> ←スーパーリロードするボタンをデバッグ用に配置すると便利だが 効かないブラウザもある。 </p> </body> </html>