btn-secondary
parent
f868d8dcf7
commit
2cec688b78
|
@ -4,7 +4,7 @@ Cache a specific hash on a bunch of public gateways.
|
||||||
|
|
||||||
**Note :** All of these (except gateway.ipfs.io and ipfs.io) are hosted by third-parties and should be treated as such.
|
**Note :** All of these (except gateway.ipfs.io and ipfs.io) are hosted by third-parties and should be treated as such.
|
||||||
|
|
||||||
You can view this website on [IPFS](https://gateway.ipfs.io/ipfs/QmTxUUS2yKcXbJkERuG2tDs5pVYmd7JGVviGgm5FBu7FRW/).
|
You can view this website on [IPFS](https://gateway.ipfs.io/ipfs/QmXX26N6XroqKB7FH93GsTZ74FB4hpMNGyfLP9EqJqiUvE/).
|
||||||
|
|
||||||
Here's a screenshot :
|
Here's a screenshot :
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<input type="text" class="form-control" id="input_ipfs">
|
<input type="text" class="form-control" id="input_ipfs">
|
||||||
|
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn" type="button" onclick="start_ipfs();">Cache</button>
|
<button class="btn btn-secondary" type="button" onclick="start_ipfs();">Cache</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
<input type="text" class="form-control" id="input_ipns">
|
<input type="text" class="form-control" id="input_ipns">
|
||||||
|
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn" onclick="start_ipns();">Cache</button>
|
<button class="btn btn-secondary" onclick="start_ipns();">Cache</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
QmTxUUS2yKcXbJkERuG2tDs5pVYmd7JGVviGgm5FBu7FRW
|
QmXX26N6XroqKB7FH93GsTZ74FB4hpMNGyfLP9EqJqiUvE
|
||||||
|
|
Loading…
Reference in New Issue