This repository was archived by the owner on May 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (47 loc) · 1.9 KB
/
index.html
File metadata and controls
59 lines (47 loc) · 1.9 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="italian" />
<meta name="robots" content="noarchive" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans|Nobile|Nobile:b" />
<link rel="stylesheet" type="text/css" href="http://planet.linux.it/css/planet.css" />
<title>Italian Linux Planet</title>
</head>
<body>
<div id="header">
<img src="images/logo.png" alt="Italian Linux Planet" />
<div id="maintitle">Italian Linux Planet</div>
<div id="payoff">News dal mondo freesoftware in Italia</div>
<div class="menu">
<a class="generalink" href="http://planet.linux.it/lug/">Planet LUG</a> |
<a class="generalink" href="http://planet.linux.it/ils/">Planet ILS</a> |
<a class="generalink" href="http://planet.linux.it/contatti.html">Contatti</a>
</div>
</div>
<table width="70%" align="center">
<tr>
<td>
<p>
Italian Linux Planet: la tua fonte di informazione su quel che accade nella community
freesoftware italiana!
</p>
<p>
Qui trovi gli aggregatori di <a href="http://www.linux.it">Italian Linux Society</a>,
in cui sono raccolti i contenuti prelevati da svariati siti nella blogosfera nostrana
che parlano di tecnologia, attualità, ma soprattutto di software libero e Linux.
</p>
<ul>
<li><a href="http://planet.linux.it/ils">Planet ILS</a>: News dai soci di Italian Linux Society</li>
<li><a href="http://planet.linux.it/lug">Planet LUG</a>: News dai Linux Users Groups italiani</li>
</ul>
<p>
Per comunicazioni, segnalazioni, consigli e critiche fai riferimento alla <a href="contatti.html">pagina dei contatti</a>.
</p>
</td>
</tr>
</table>
<div id="footer">
</div>
</body>
</html>