mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-06 17:03:23 +02:00
fix: fix some posts
This commit is contained in:
@@ -76,7 +76,9 @@ Opera has implemented the protocol handler using the IPFS Web Browser Addressing
|
||||
Implementation of this specification means a browser supports schemes such as `ipfs://` or `ipns://`.
|
||||
In addition to navigating to content with these schemes in the address bar, mixed content scenarios are also possible. Examples are XMLHTTPRequest or Fetch requests, external style sheets, or images:
|
||||
|
||||
> <img src="ipfs://...">
|
||||
```html
|
||||
<img src="ipfs://...">
|
||||
```
|
||||
|
||||
You can easily check compatibility and level of implementation using the [IPFS protocol handler smoketest page](https://ipfs.github.io/in-web-browsers/ipfs-protocol-handler-support-tests.html).
|
||||
|
||||
|
||||
@@ -35,11 +35,11 @@ More details for all prizes [here](https://hackmd.io/dHL5Hkb-SdOtlxTw7d7P_w?view
|
||||
|
||||
## But, where to get started… 🤔
|
||||
|
||||
<iframe width="560" height="315" src="[https://www.youtube.com/embed/PD0e89b4NBk](https://www.youtube.com/embed/PD0e89b4NBk "https://www.youtube.com/embed/PD0e89b4NBk")" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/PD0e89b4NBk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
Learn how to use IPFS to deploy infrastructure in this video from IPFS Camp 2019.
|
||||
|
||||
<iframe width="560" height="315" src="[https://www.youtube.com/embed/Q0oe6i7d1u4](https://www.youtube.com/embed/Q0oe6i7d1u4 "https://www.youtube.com/embed/Q0oe6i7d1u4")" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Q0oe6i7d1u4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
Discover how Filecoin integrations create powerful opportunities for Web3 infrastructure.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user