-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.23 KB
/
index.html
File metadata and controls
35 lines (34 loc) · 1.23 KB
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
<!doctype html>
<html>
<head>
<title>CloudFreeStyle</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="content">
<div id="infobox">
<div id="infoboxtext">
We're a group of independent developers working towards an
open cloud.
</div>
<div id="infoboxlinks">
<a
href="http://github.com/cloudfreestyle/cloudfreestyle.github.com/wiki"
>wiki</a><br />
<a href="http://github.com/cloudfreestyle">our
github</a><br />
<a
href="http://webchat.freenode.net?channels=cloudfreestyle&uio=d4"
target="_blank">#cloudfreestyle</a><br />
<a id="joinus"
href="https://groups.google.com/forum/#!forum/cloudfreestyle">join
us</a>
</div>
</div>
<div class="maintext">
<div id="cloud">cloud</div><div
id="free">free</div><div id="style">style</div>
</div>
</div>
</body>
</html>