Browse Source

center aligner

pull/3/head
xcps 8 years ago committed by GitHub
parent
commit
6a76a11d9d
  1. 2
      index.html

2
index.html

@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
title="Fork me on GitHub">Fork me on GitHub</a>
<div class="container">
<div class="header">
<div class="align-center">
<img src="images/favicon.png" id="logo">
<h2 data-i18n="header.title">Invisible Internet Protocol:</h2>
<h1 data-i18n="header.slogan">Network without borders</h1>
@ -29,6 +30,7 @@ @@ -29,6 +30,7 @@
data-i18n="header.docs">Documentation</a>
</p>
</div>
</div>
<div class="content">
<p style="font-size: 1.2em;" data-i18n="content.how.title">i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client</p>
<p data-i18n="content.how.p1">I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.</p>

Loading…
Cancel
Save