mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Merge pull request #424 from ethersphere/remove_swarm-gw_links
swarm/api: get rid of swarm-gateways.net urls
This commit is contained in:
commit
0f3dc214e4
2 changed files with 4 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
|
@ -78,7 +78,6 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(`
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" ww="chrome=1">
|
<meta http-equiv="X-UA-Compatible" ww="chrome=1">
|
||||||
<meta name="description" content="Ethereum/Swarm Landing page">
|
<meta name="description" content="Ethereum/Swarm Landing page">
|
||||||
<meta property="og:url" content="https://swarm-gateways.net/bzz:/theswarm.eth">
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
body, div, header, footer {
|
body, div, header, footer {
|
||||||
|
|
@ -206,7 +205,7 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(`
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution<br/>
|
Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution<br/>
|
||||||
<a href="http://swarm-gateways.net/bzz:/theswarm.eth">Swarm</a>
|
<a href="/bzz:/theswarm.eth">Swarm</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue