This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
planet.html
executable file
·63 lines (52 loc) · 1.98 KB
/
planet.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Spiral - Planet</title>
<link rel="stylesheet" href="styles/planet.css" type="text/css" media="screen" charset="utf-8" />
<link rel="icon" href="http://www.spiral-project.org/images/favicon.png" type="image/png" />
</head>
<body>
<div id="layout">
<div id="logo"><span>Spiral</span></div>
<div id="main_menu">
<ul>
<li class="home">
<a href="http://www.spiral-project.org"><span>Home</span>
<span class="description"></span></a></li>
<li class="about">
<a href="http://www.spiral-project.org/about.html"><span>About</span>
<span class="description"></span></a></li>
<li class="downloads">
<a href="http://www.spiral-project.org/downloads.html"><span>Downloads</span>
<span class="description"></span></a></li>
<li class="documentation">
<a href="http://doc.spiral-project.org"><span>Documentation</span>
<span class="description"></span></a></li>
<li class="planet">
<a class="selected" href="http://www.spiral-project.org/planet.html"><span>Planet</span>
<span class="description"></span></a></li>
<li class="community">
<a href="http://www.spiral-project.org/community.html"><span>Community</span>
<span class="description"></span></a></li>
</ul>
<div class="clear"></div>
</div>
<div id="header">
<div class="slide">
<h1><span>Planet</span></h1>
<p>The planet is not yet open. The purpose of this category is to centralize what is happening in the
community of PHP, Spiral, frameworks and object-oriented programming.</p>
<div class="clear"></div>
</div>
</div>
<div id="body">
<div id="content">
</div>
</div>
<div id="footer">
Spiral is free software under GNU/GPL license. Thanks for your contributions.
</div>
</div>
</body>
</html>