Skip to content

Commit 812d6e4

Browse files
TooTallNateDavidiusdadi
authored andcommitted
Created gh-pages branch via GitHub
1 parent f4842fc commit 812d6e4

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

‎index.html‎

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<metacharset='utf-8'>
5+
6+
<title>TooTallNate/Java-WebSocket @ GitHub</title>
7+
8+
<styletype="text/css">
9+
body{
10+
margin-top:1.0em;
11+
background-color:#3d84ba;
12+
font-family: Helvetica, Arial, FreeSans, san-serif;
13+
color:#ffffff;
14+
}
15+
#container{
16+
margin:0 auto;
17+
width:700px;
18+
}
19+
h1{font-size:3.8em; color:#c27b45; margin-bottom:3px}
20+
h1 .small{font-size:0.4em}
21+
h1a{text-decoration: none }
22+
h2{font-size:1.5em; color:#c27b45}
23+
h3{text-align: center; color:#c27b45}
24+
a{color:#c27b45}
25+
.description{font-size:1.2em; margin-bottom:30px; margin-top:30px; font-style: italic}
26+
.download{float: right}
27+
pre{background:#000; color:#fff; padding:15px}
28+
hr{border:0; width:80%; border-bottom:1px solid #aaa}
29+
.footer{text-align:center; padding-top:30px; font-style: italic}
30+
</style>
31+
</head>
32+
33+
<body>
34+
<ahref="https://github.com/TooTallNate/Java-WebSocket"><imgstyle="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
35+
36+
<divid="container">
37+
38+
<divclass="download">
39+
<ahref="https://github.com/TooTallNate/Java-WebSocket/zipball/master">
40+
<imgborder="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
41+
<ahref="https://github.com/TooTallNate/Java-WebSocket/tarball/master">
42+
<imgborder="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
43+
</div>
44+
45+
<h1><ahref="https://github.com/TooTallNate/Java-WebSocket">Java-WebSocket</a>
46+
<spanclass="small">by <ahref="https://github.com/TooTallNate">TooTallNate</a></span></h1>
47+
48+
<divclass="description">
49+
A barebones WebSocket client and server implementation written in 100% Java.
50+
</div>
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
<h2>Authors</h2>
62+
<p>Davidiusdadi ([email protected])<br/>Bob Corsaro ([email protected])<br/>Don Park ([email protected])<br/>David Rohmer ([email protected])<br/>swax ([email protected])<br/>Jarrod Ribble ([email protected])<br/>Julian Gautier ([email protected])<br/>Kristijan Sedlak ([email protected])<br/>morkai ([email protected])<br/>Nathaniel Michael ([email protected])<br/>Nathan Rajlich ([email protected])<br/>sippykup ([email protected])<br/></p>
63+
64+
65+
66+
<h2>Contact</h2>
67+
<p>Nathan Rajlich ([email protected])<br/></p>
68+
69+
70+
<h2>Download</h2>
71+
<p>
72+
You can download this project in either
73+
<ahref="https://github.com/TooTallNate/Java-WebSocket/zipball/master">zip</a> or
74+
<ahref="https://github.com/TooTallNate/Java-WebSocket/tarball/master">tar formats.
75+
</p>
76+
<p>You can also clone the project with <ahref="http://git-scm.com">Git</a>
77+
by running:
78+
<pre>$ git clone git://github.com/TooTallNate/Java-WebSocket</pre>
79+
</p>
80+
81+
<divclass="footer">
82+
get the source code on GitHub : <ahref="https://github.com/TooTallNate/Java-WebSocket">TooTallNate/Java-WebSocket</a>
83+
</div>
84+
85+
</div>
86+
87+
</body>
88+
</html>

0 commit comments

Comments
(0)