mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
15 lines
498 B
HTML
15 lines
498 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Register Swarm protocol handler</title>
|
|
<script type="text/javascript">
|
|
navigator.registerProtocolHandler("bzz",
|
|
"http://localhost:8500/%s",
|
|
"Swarm handler");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>Register Swarm protocol handler</h1>
|
|
<p>This web page will install a web protocol handler for the <code>bzz:</code> protocol.</p>
|
|
</body>
|
|
</html>
|