This commit is contained in:
Nicolas Lepage
2019-11-27 11:50:23 +01:00
parent d4aa7472a6
commit 0d506e06c8

View File

@@ -18,7 +18,7 @@
</head>
<body>
<label for="name">Name : </label><input id="name" value="World">
<button onclick="hello">Hello</button>
<button onclick="hello()">Hello</button>
<script>
navigator.serviceWorker.register('sw.js')
</script>