mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-10 17:29:10 +00:00
9 lines
140 B
HTML
9 lines
140 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<script>
|
|
navigator.serviceWorker.register('sw.js')
|
|
</script>
|
|
</body>
|
|
</html> |