2017-05-22 16:56:43 +02:00
|
|
|
<!doctype html>
|
2017-05-20 01:48:17 +02:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2017-08-23 11:13:12 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="assets/styles/normalize.css">
|
|
|
|
<link type="text/css" rel="stylesheet" href="assets/styles/site.css">
|
|
|
|
|
|
|
|
<link rel="manifest" href="assets/favicons/manifest.json">
|
|
|
|
<meta name="msapplication-config" content="assets/favicons/browserconfig.xml">
|
|
|
|
<meta name="theme-color" content="#006666">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="assets/favicons/favicon.ico">
|
|
|
|
<link type="image/png" rel="icon" sizes="32x32"
|
|
|
|
href="assets/favicons/favicon-32x32.png">
|
|
|
|
<link type="image/png" rel="icon" sizes="16x16"
|
|
|
|
href="assets/favicons/favicon-16x16.png">
|
|
|
|
|
|
|
|
<link type="image/png" rel="apple-touch-icon" sizes="180x180"
|
|
|
|
href="assets/favicons/apple-touch-icon.png">
|
|
|
|
<link rel="mask-icon" color="#006666"
|
|
|
|
href="assets/favicons/safari-pinned-tab.svg">
|
|
|
|
|
|
|
|
<title>Unit</title>
|
2017-05-20 01:48:17 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-08-23 11:13:12 +02:00
|
|
|
<header>
|
|
|
|
<img alt="Unit logo" type="image/svg+xml"
|
|
|
|
src="assets/images/logo.svg">
|
2017-05-21 15:43:38 +02:00
|
|
|
<h1>Unit</h1>
|
2017-08-23 11:13:12 +02:00
|
|
|
</header>
|
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://wiki.unit.macaomilano.org">Wiki</a></li>
|
|
|
|
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
|
|
|
|
<li><a href="https://wiki.unit.macaomilano.org/Calendario">Calendario</a></li>
|
2017-05-21 15:43:38 +02:00
|
|
|
</ul>
|
2017-08-23 11:13:12 +02:00
|
|
|
</nav>
|
|
|
|
<section>
|
|
|
|
<p class="accent">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
|
|
|
<!--
|
2017-08-23 11:13:12 +02:00
|
|
|
vim: tabstop=4 shiftwidth=4 expandtab:
|
2017-05-22 16:56:43 +02:00
|
|
|
-->
|