-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #80
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
The HTTP server behind this HTTP URL does not host this website. | ||
Instead, it sends basic website code along with JavaScript. The JS sets | ||
up a tool called IPFS Service Worker Gateway in the user's browser and | ||
uses JavaScript version of IPFS (https://helia.io/) to get IPFS blocks | ||
uses https://www.npmjs.com/package/@helia/verified-fetch to get IPFS blocks | ||
from content providers. | ||
CID hash verification and data assembly happens in the browser. | ||
Learn more about it here: https://github.com/ipfs-shipyard/helia-service-worker-gateway | ||
Learn more about it here: https://github.com/ipfs/service-worker-gateway | ||
--> | ||
<meta charset="UTF-8" /> | ||
|
@@ -23,6 +23,7 @@ | |
<title><%= htmlWebpackPlugin.options.title %> | <%= htmlWebpackPlugin.options.version %></title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/tachyons.min.css" integrity="sha256-MgEf5i1a74lVzhT+1R6mBbWCUeUaxC8sQTaN5GY+CoI=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ipfs.css" integrity="sha256-tlU/gvVvLjSbTOfSZyCzuQxY8QcmHPtJJ1oTXilA9gk=" crossorigin="anonymous"> | ||
<meta name="description" content="A static HTML page that initializes an instance of IPFS Service Worker Gateway" /> | ||
<meta name="robots" content="noindex" /> | ||
</head> | ||
<body> | ||
|