70 lines
3.6 KiB
HTML
70 lines
3.6 KiB
HTML
<!--
|
|
version 0.1
|
|
date: 2020 11 27
|
|
author jorge@hangar.org
|
|
-->
|
|
<!doctype html>
|
|
<html class="no-js" lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>offline - hangar.org</title>
|
|
<link rel="stylesheet" href="https://grafica.hangar.org/assets/vendor/fontawesome-free-5.15.1-web/css/all.min.css">
|
|
<link rel="stylesheet" href="https://grafica.hangar.org/assets/css/foundation.min.css">
|
|
<link rel="stylesheet" href="https://grafica.hangar.org/assets/css/hangar-static-app.css">
|
|
<!-- header icons anf favicons -->
|
|
<link rel="apple-touch-icon" sizes="57x57" href="https://grafica.hangar.org/assets/favicons/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="https://grafica.hangar.org/assets/favicons/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="https://grafica.hangar.org/assets/favicons/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="https://grafica.hangar.org/assets/favicons/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="https://grafica.hangar.org/assets/favicons/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="https://grafica.hangar.org/assets/favicons/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="https://grafica.hangar.org/assets/favicons/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="https://grafica.hangar.org/assets/favicons/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="https://grafica.hangar.org/assets/favicons/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="https://grafica.hangar.org/assets/favicons/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://grafica.hangar.org/assets/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="https://grafica.hangar.org/assets/favicons/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="https://grafica.hangar.org/assets/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="https://grafica.hangar.org/assets/favicons/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="assets/img/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<!--end header icons anf favicons -->
|
|
|
|
</head>
|
|
<body class="">
|
|
<div class="grid-container">
|
|
<div class="grid-x grid-padding-x full-height">
|
|
<div class="cell small-12 text-center flex-container flex-dir-column">
|
|
<div class="primary flex-child-auto">
|
|
</div>
|
|
<div class="primary flex-child-shrink">
|
|
<p class="hangar-blue">manteniment // mantenimiento // maintenance</p>
|
|
<h1>
|
|
<a href="https://hangar.org">
|
|
<span class="hangar-logo">hangar</span>
|
|
</a>
|
|
</h1>
|
|
</div>
|
|
<div class="primary flex-child-auto">
|
|
<p>
|
|
temporalment fora de servei
|
|
<br />
|
|
temporalmente fuera de servicio
|
|
<br />
|
|
temporally off-line
|
|
</p>
|
|
</div>
|
|
<footer class="text-center flex-child-shrink">
|
|
<p>
|
|
another <a href="https://hangar.org" title="Hangar, centre de producció, recerca i arts visuals."><span class="hangar-logo small icon ">Hangar</span></a> website.
|
|
</p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|