dev-tools / index.html
soiz1's picture
Update index.html
9eed235 verified
raw
history blame contribute delete
299 Bytes
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>Blob Service Worker ァンプル</title><script src="dev-tools.js"></script>
</head>
<body>
<h1>Blob Service Worker デヒ</h1>
<button id="fetch-button">データ取得</button>
<script>
</script>
</body>
</html>