2017-05-22 16:56:43 +02:00
|
|
|
<!doctype html>
|
2017-05-20 01:48:17 +02:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2017-05-22 16:56:43 +02:00
|
|
|
<title>Unit</title>
|
2017-06-05 18:12:07 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2017-05-22 16:56:43 +02:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2017-05-20 01:48:17 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-06-05 18:12:07 +02:00
|
|
|
<header>
|
|
|
|
<hgroup>
|
|
|
|
<img class="logo" alt="Unit logo" type="image/svg+xml"
|
|
|
|
src="logo.svg">
|
2017-05-21 15:43:38 +02:00
|
|
|
<h1>Unit</h1>
|
2017-06-05 18:12:07 +02:00
|
|
|
</hgroup>
|
|
|
|
<nav>
|
|
|
|
<ul>
|
2017-05-21 15:43:38 +02:00
|
|
|
<li><a href="https://wiki.unit.macaomilano.org">Wiki</a></li>
|
|
|
|
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
|
2017-06-05 18:12:07 +02:00
|
|
|
<li><a href="https://wiki.unit.macaomilano.org/Calendario">Prossimi eventi</a></li>
|
2017-05-21 15:43:38 +02:00
|
|
|
</ul>
|
2017-06-05 18:12:07 +02:00
|
|
|
</nav>
|
|
|
|
</header>
|
2017-05-22 16:56:43 +02:00
|
|
|
<section class="info">
|
|
|
|
<p>Viale Molise 68, Milano</p>
|
|
|
|
<p>unit at paranoici.org</p>
|
|
|
|
<p>#unit at irc.autistici.org</p>
|
|
|
|
</section>
|
2017-05-20 01:48:17 +02:00
|
|
|
</body>
|
|
|
|
|
2017-05-21 15:43:38 +02:00
|
|
|
</html>
|
2017-05-22 16:56:43 +02:00
|
|
|
<!--
|
|
|
|
vim: tabstop=2 shiftwidth=2 expandtab:
|
|
|
|
-->
|