website/index.html

38 lines
1.1 KiB
HTML

<html>
<head>
<title>Unit</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<div class="wrapper">
<img class="logo" src="logo.svg" alt="logo">
<h1 class="title">Unit</h1>
<div class="info">info.unit@autistici.org Viale Molise 68, Milano</div>
</div>
</div>
<div class="content">
<!--<div class="links">
<a href="https://wiki.unit.macaomilano.org/Manifesto">Manifesto</a>
<a href="https://wiki.unit.macaomilano.org/">Wiki</a>
<a href="https://wiki.unit.macaomilano.org/FAQ">FAQ</a>
</div>-->
<div class="news">
<!--<iframe src="news.xml" frameborder="0" scrolling="no" onload="resizeIframe(thi)"></iframe>-->
<iframe src="news.xml" frameborder="0" scrolling="no" onload="resizeIframe(this)"></iframe>
</div>
</div>
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
</body>
</html>