Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
.error { color: red; margin-bottom: 1em; }
|
11 |
pre { background: #f9f9f9; padding: 0.5em; border: 1px solid #ccc; }
|
12 |
</style>
|
13 |
-
</head>
|
14 |
<body>
|
15 |
<h1>1ファイルで完結する Service Worker (iframe + Blob)</h1>
|
16 |
<div id="log">Service Worker の登録を試みています…</div>
|
|
|
10 |
.error { color: red; margin-bottom: 1em; }
|
11 |
pre { background: #f9f9f9; padding: 0.5em; border: 1px solid #ccc; }
|
12 |
</style>
|
13 |
+
</head><script src="/dev-tools.js">
|
14 |
<body>
|
15 |
<h1>1ファイルで完結する Service Worker (iframe + Blob)</h1>
|
16 |
<div id="log">Service Worker の登録を試みています…</div>
|