Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gateway-proxy / usr / share / gateway-proxy / app / public / index.html
Size: Mime:
<!DOCTYPE html>
<html lang='en'>
<head>
  <link rel="icon" href="favicon.ico">
  <meta charset='UTF-8'>
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <meta name="theme-color" content="#f9f9f9">
  <meta name="description" content="Access web sites and content on the Swarm network from the browser.">
  <meta property="og:title" content="bzz.link">
  <meta property="og:description" content="Access web sites and content on the Swarm network from the browser.">
  <meta name="twitter:card" content="summary">
  <meta name="twitter:title" content="bzz.link">
  <meta name="twitter:description" content="Access web sites and content on the Swarm network from the browser.">
  <title>Welcome to bzz.link!</title>
  <style>
@font-face {
  font-family: "iAWriterQuattroV";
  src: url("iAWriterQuattroV.ttf");
}
@font-face {
  font-family: "iAWriterMonoV";
  src: url("iAWriterMonoV.ttf");
}
* {
  margin: 0;
}
html, body {
  background-color: #f9f9f9;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-content: center;
  justify-content: space-between;
  font-family: "iAWriterQuattroV";
  color: #303030;
  margin: 0px;
  padding: 0px;
}
body {
  padding: 16px;
}
div.logo-space {
  flex-grow: 0.125;
}
img.logo {
  display: flex;
  width: 150px;
  height: 29px;
  align-self: center;
}
img.illustration {
  align-self: center;
  width: 16vh;
}
h1.welcome {
  font-size: 1.35rem;
  display: flex;
  align-self: center;
  text-align: center;
  margin: 0;
}
p.explanation {
  font-size: 1rem;
  display: flex;
  align-self: center;
  max-width: 700px;
  text-align: center;
  margin: 0;
}
div.top-space {
  flex-grow: 0.2;
}
div.bottom-space {
  flex-grow: 0.5;
}
p.footnote {
  font-size: 0.875rem;
  display: flex;
  align-self: center;
  max-width: 700px;
  text-align: center;
  color: #6c6c6c;
}
.separator {
  max-width: 700px;
  width: 100%;
  height: 1px;
  background-color: #cbcbcb;
  display: flex;
  align-self: center;
  border-style: none;
  margin: 16px 0px;
}
ul.links {
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
a.link {
  font-family: "iAWriterMonoV";
  font-size: smaller;
  color: #6c6c6c;
  padding: 0 10px;
}
  </style>
</head>
<body>
  <div class="logo-space"></div>
  <img class="logo" src="logo.svg">
  <div class="top-space"></div>
  <img class="illustration" src="streamline-icon-designing-a-website-1-210-x-210.svg">
  <h1 class="welcome">What is bzz.link?</h1>
  <p class="explanation">bzz.link is a service to access web sites and content on the Swarm network from the browser.</p>
  <div class="bottom-space"></div>
  <p class="footnote">The bzz.link service is graciously provided by the Swarm Foundation. This service is under development and provided for testing purposes only. For unlimited use of the Swarm network consider running your own node.</p>
  <hr class="separator"></hr>
  <ul class="links">
    <li><a class="link" href="https://ethswarm.org/">Swarm Website</a></li>
    <li><a class="link" href="https://ethswarm.org/faq">FAQ</a></li>
    <li><a class="link" href="https://discord.gg/wdghaQsGq5">Discord</a></li>
    <li><a class="link" href="https://github.com/ethersphere">Github</a></li>
  </ul>
</body>
</html>