mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-20 08:55:08 +03:00
Create gh-pages branch via GitHub
This commit is contained in:
parent
7f168c0d95
commit
595e70c8c5
3 changed files with 157 additions and 319 deletions
25
index.html
25
index.html
|
@ -7,7 +7,6 @@
|
|||
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
||||
<script src="javascripts/scale.fix.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
|
@ -16,18 +15,17 @@
|
|||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1 class="header">Water</h1>
|
||||
<p class="header">A simple TUN/TAP library written in native Go.</p>
|
||||
<h1>Water</h1>
|
||||
<p>A simple TUN/TAP library written in native Go.</p>
|
||||
|
||||
<p class="view"><a href="https://github.com/songgao/water">View the Project on GitHub <small>songgao/water</small></a></p>
|
||||
|
||||
|
||||
<ul>
|
||||
<li class="download"><a class="buttons" href="https://github.com/songgao/water/zipball/master">Download ZIP</a></li>
|
||||
<li class="download"><a class="buttons" href="https://github.com/songgao/water/tarball/master">Download TAR</a></li>
|
||||
<li><a class="buttons github" href="https://github.com/songgao/water">View On GitHub</a></li>
|
||||
<li><a href="https://github.com/songgao/water/zipball/master">Download <strong>ZIP File</strong></a></li>
|
||||
<li><a href="https://github.com/songgao/water/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
||||
<li><a href="https://github.com/songgao/water">View On <strong>GitHub</strong></a></li>
|
||||
</ul>
|
||||
|
||||
<p class="header">This project is maintained by <a class="header name" href="https://github.com/songgao">songgao</a></p>
|
||||
|
||||
|
||||
</header>
|
||||
<section>
|
||||
<h1>water</h1>
|
||||
|
@ -134,10 +132,11 @@ Protocol: 1
|
|||
<p><code>tuntap</code>: <a href="https://code.google.com/p/tuntap/">https://code.google.com/p/tuntap/</a></p>
|
||||
</section>
|
||||
<footer>
|
||||
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
|
||||
<p>This project is maintained by <a href="https://github.com/songgao">songgao</a></p>
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||
|
||||
<script src="javascripts/scale.fix.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue