-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
100 lines (100 loc) · 5.12 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<title>cjdns</title>
<link rel="stylesheet" href="css/bootstrap.css"/>
<link rel="stylesheet" href="css/style.css"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</head>
<body>
<div class="visible-lg">
<div class="l-lg">
cjdns
</div>
<div class="r-lg">
<p>
Encrypted networking for regular people.
</p>
<p>
Cjdns implements an encrypted IPv6 network using public key cryptography for address allocation and a distributed hash table for routing. This provides near zero-configuration networking without many of the security and robustness issues that regular IPv4 and IPv6 networks have.
</p>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=watch&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=fork&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=follow&count=true" allowtransparency="true" frameborder="0" height="20" width="200"></iframe>
</p>
</div>
<div class="b">
cjdns was created by Caleb James DeLisle
<br>This (unofficial) website is maintained by <a href="https://projectmeshnet.org/">Project Meshnet</a>
</div>
</div>
<div class="visible-md">
<div class="l-md">
cjdns
</div>
<div class="r-md">
<p>
Encrypted networking for regular people.
</p>
<p>
Cjdns implements an encrypted IPv6 network using public key cryptography for address allocation and a distributed hash table for routing. This provides near zero-configuration networking without many of the security and robustness issues that regular IPv4 and IPv6 networks have.
</p>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=watch&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=fork&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=follow&count=true" allowtransparency="true" frameborder="0" height="20" width="200"></iframe>
</p>
</div>
<div class="b">
cjdns was created by Caleb James DeLisle
<br>This (unofficial) website is maintained by <a href="https://projectmeshnet.org/">Project Meshnet</a>
</div>
</div>
<div class="visible-sm">
<div class="l-sm">
cjdns
</div>
<div class="r-sm">
<p>
Encrypted networking for regular people.
</p>
<p>
Cjdns implements an encrypted IPv6 network using public key cryptography for address allocation and a distributed hash table for routing. This provides near zero-configuration networking without many of the security and robustness issues that regular IPv4 and IPv6 networks have.
</p>
<p>
<br>cjdns was created by Caleb James DeLisle
<br>This (unofficial) website is maintained by <a href="https://projectmeshnet.org/">Project Meshnet</a>
</p>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=watch&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=fork&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=follow&count=true" allowtransparency="true" frameborder="0" height="20" width="200"></iframe>
</p>
</div>
</div>
<div class="visible-xs">
<div class="l-xs">
cjdns
</div>
<div class="r-xs">
<p>
Encrypted networking for regular people.
</p>
<p>
Cjdns implements an encrypted IPv6 network using public key cryptography for address allocation and a distributed hash table for routing. This provides near zero-configuration networking without many of the security and robustness issues that regular IPv4 and IPv6 networks have.
</p>
<p>
<br>cjdns was created by Caleb James DeLisle
<br>This (unofficial) website is maintained by <a href="https://projectmeshnet.org/">Project Meshnet</a>
</p>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=watch&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=fork&count=true" allowtransparency="true" frameborder="0" height="20" width="100"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=cjdelisle&repo=cjdns&type=follow&count=true" allowtransparency="true" frameborder="0" height="20" width="200"></iframe>
</p>
</div>
</div>
</body>
</html>